ci: add flake.yml to check flake
This commit is contained in:
committed by
GitHub
parent
f7f0d0f7c9
commit
98af092d0d
13
.github/workflows/flake.yml
vendored
Normal file
13
.github/workflows/flake.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: "Test Flake"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: nix flake check
|
||||
Reference in New Issue
Block a user