only flake check
This commit is contained in:
parent
6a4308bafe
commit
a3860802e5
1 changed files with 0 additions and 1 deletions
13
.github/workflows/flake-check.yml
vendored
Normal file
13
.github/workflows/flake-check.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: "nix build and flake check"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: nix flake check
|
Loading…
Add table
Add a link
Reference in a new issue