trying github testing

This commit is contained in:
Daniel Winkler 2025-08-26 11:45:19 +10:00
commit 3324b8b267
2 changed files with 20 additions and 3 deletions

17
.github/workflows/check.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: "Test template"
on:
pull_request:
push:
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build ./templates/n
- run: nix flake check ./templates/n