added format checking to test cases
All checks were successful
Run tests / run_tests (push) Successful in 33s

This commit is contained in:
Snorre Ettrup Altschul 2025-04-03 22:24:52 +02:00
parent 17c4f452ab
commit 68c72980c0

View file

@ -20,6 +20,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: is formatted question mark
run: |
nix fmt -- -c *
- name: nix flake check
run: |