fix(ci): Format check had no files specified
This commit is contained in:
parent
d1a7fc4761
commit
ca6bf00ad6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- name: Check formatting
|
||||
run: nix run .#formatter.x86_64-linux -- --check
|
||||
run: nix run .#formatter.x86_64-linux -- --check .
|
||||
- name: Run `nix flake check`
|
||||
run: nix flake check
|
||||
lockfile:
|
||||
|
|
Loading…
Reference in a new issue