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

View file

@ -15,11 +15,11 @@
]
},
"locked": {
"lastModified": 1756169393,
"narHash": "sha256-088/iAKxFGxSCIP5TZvDVtljJIaNXVOp4AjL4iYxF88=",
"lastModified": 1756172107,
"narHash": "sha256-ZeUFExbMaqon+lplHzIF+sXXxNe7+Qi3rdAvHVnL7Ck=",
"owner": "dwinkler1",
"repo": "nixCatsConfig",
"rev": "1f4d59fc8566681f5fa957dfd57ed1d1311b601a",
"rev": "fa8484c58eedc29bbbc3d910c9dcac298962bcb0",
"type": "github"
},
"original": {