Skip to content

Commit

Permalink
Merge pull request #25 from Svenum/add-flake-check
Browse files Browse the repository at this point in the history
Add flake check
  • Loading branch information
AshleyYakeley authored Apr 6, 2024
2 parents 13de70e + c96e74d commit aa5aa0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/flake-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "Check flake"
on:
pull_request:
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- run: nix flake check

0 comments on commit aa5aa0c

Please sign in to comment.