Fix treefmt CI

This commit is contained in:
Sridhar Ratnakumar 2022-05-04 16:28:57 -04:00
parent 5a7664418c
commit bed151d25c

View file

@ -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: |