only flake check

This commit is contained in:
cy 2024-12-28 10:38:46 -05:00
parent 6a4308bafe
commit a3860802e5

13
.github/workflows/flake-check.yml vendored Normal file
View 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