See: https://treefmt.com/usage This adds the following flags for CI usage: "--no-cache, --fail-on-change and adjusting some other settings best suited to a CI".
This commit is contained in:
parent
0ae6bc637b
commit
a4381b9830
|
@ -10,7 +10,7 @@ jobs:
|
|||
|
||||
- name: Check formatting
|
||||
run: |
|
||||
nix --accept-flake-config --access-tokens '' develop --command treefmt --fail-on-change
|
||||
nix --accept-flake-config --access-tokens '' develop --command treefmt --ci
|
||||
|
||||
- name: Run flake checks
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue