ci: use nix fmt
This commit is contained in:
parent
66ae727710
commit
1e95e1c7bc
1 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,6 @@ jobs:
|
|||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run formatter
|
||||
run: nix run nixpkgs#nixpkgs-fmt .
|
||||
run: nix fmt
|
||||
- name: Check for changes
|
||||
run: git diff --color=always --exit-code
|
||||
|
|
Loading…
Reference in a new issue