Skip to content

Commit

Permalink
chore(ci): Check Nix flake in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Sep 6, 2023
1 parent 94e0143 commit 145e1cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Install Nix CLI
uses: cachix/install-nix-action@v22
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v2
with:
fail-mode: true
send-statistics: false
- name: Run `nix flake check`
uses: cachix/install-nix-action@v22
- name: Run nix flake check
run: nix flake check

0 comments on commit 145e1cc

Please sign in to comment.