Skip to content

Commit

Permalink
Add github action to check flake
Browse files Browse the repository at this point in the history
  • Loading branch information
RhydianJenkins committed Apr 4, 2024
1 parent edf9b7b commit 99ec17b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Nix

on: [push]

jobs:

Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check nix

0 comments on commit 99ec17b

Please sign in to comment.