1

ci: add flake.yml to check flake

This commit is contained in:
Himadri Bhattacharjee
2023-12-09 11:33:52 +00:00
committed by GitHub
parent f7f0d0f7c9
commit 98af092d0d

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