git/cabal: run doctest in pre-commit

This commit is contained in:
Primrose 2025-11-11 13:30:22 +08:00
parent 89ae4c2ad7
commit 2f1d8e61f8
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail
make style make style
make doctest
make lint make lint