Skip to content

Commit

Permalink
Add flake checker to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jun 25, 2024
1 parent 76b5d99 commit 99a06c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/flake-checker-action@main"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/magic-nix-cache-action@main"
- name: Flake check
Expand Down

0 comments on commit 99a06c5

Please sign in to comment.