Fix treefmt CI
This commit is contained in:
parent
5a7664418c
commit
bed151d25c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
nix develop -j 4 -c echo
|
||||
- name: Format check
|
||||
run: |
|
||||
nix develop -j auto -c treefmt -- --fail-on-change
|
||||
nix develop -j auto -c treefmt --fail-on-change
|
||||
- name: Build
|
||||
id: build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue