Skip to content

Commit

Permalink
fix(ci): Format check had no files specified
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Jan 14, 2024
1 parent d1a7fc4 commit ca6bf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca6bf00

Please sign in to comment.