Add github action for flake checks

This commit is contained in:
SebastianStork 2026-02-15 21:03:10 +01:00
parent 46971d7b57
commit 61fa719e21
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

15
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v15
with:
name: sebastian-stork
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check