Add helper modules for bats

According to these instructions:
https://bats-core.readthedocs.io/en/stable/tutorial.html#quick-installation
This commit is contained in:
Sven van Heugten 2026-03-02 20:06:53 +01:00
parent 653a1b67bc
commit e48e27fb52
No known key found for this signature in database
GPG key ID: D612F88666F4F660
7 changed files with 25 additions and 3 deletions

View file

@ -13,6 +13,12 @@ You include a small bash script inside your commit messages, and `git-check-asse
⚠️ Only run this on repositories and branches that you trust, since the `bash` scripts in the commit messages can do whatever they want.
## Building
```bash
nix build .?submodules=1
```
## Examples of commit messages
Assert that a commit builds: