added format checking to test cases
All checks were successful
Run tests / run_tests (push) Successful in 33s
All checks were successful
Run tests / run_tests (push) Successful in 33s
This commit is contained in:
parent
17c4f452ab
commit
68c72980c0
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue