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:
sandroid 2026-07-11 23:27:41 +02:00
parent fa44d8dd77
commit 9781863e4f
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

View file

@ -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