Skip to content

Commit

Permalink
Add nixfmt to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Jul 17, 2024
1 parent dc837be commit f24992e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qemu-check-blinky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v7
- run: nix flake check -L
- run: |
nix flake check -L
nix fmt
git diff --exit-code

0 comments on commit f24992e

Please sign in to comment.