mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
docs: always use latest bashunit version in dev dependencies
Now that we use the bashunit GitHub Action and get updates from dependabot, we can always assume to be on the latest version. This way we don't have to update the docs constantly.
This commit is contained in:
parent
fa44d8dd77
commit
9781863e4f
|
|
@ -58,7 +58,7 @@ To run the same checks as CI, make sure these tools are available locally:
|
|||
If `lib/bashunit` is not available yet, install it once with:
|
||||
|
||||
```sh
|
||||
curl --silent --fail --location https://bashunit.typeddevs.com/install.sh | bash -s 0.40.0
|
||||
curl --silent --fail --location https://bashunit.typeddevs.com/install.sh | bash
|
||||
```
|
||||
|
||||
Local Validation
|
||||
|
|
|
|||
Loading…
Reference in a new issue