mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
trying github testing
This commit is contained in:
parent
71d533fcea
commit
3324b8b267
2 changed files with 20 additions and 3 deletions
17
.github/workflows/check.yml
vendored
Normal file
17
.github/workflows/check.yml
vendored
Normal 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
|
||||||
6
templates/n/flake.lock
generated
6
templates/n/flake.lock
generated
|
|
@ -15,11 +15,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1756169393,
|
"lastModified": 1756172107,
|
||||||
"narHash": "sha256-088/iAKxFGxSCIP5TZvDVtljJIaNXVOp4AjL4iYxF88=",
|
"narHash": "sha256-ZeUFExbMaqon+lplHzIF+sXXxNe7+Qi3rdAvHVnL7Ck=",
|
||||||
"owner": "dwinkler1",
|
"owner": "dwinkler1",
|
||||||
"repo": "nixCatsConfig",
|
"repo": "nixCatsConfig",
|
||||||
"rev": "1f4d59fc8566681f5fa957dfd57ed1d1311b601a",
|
"rev": "fa8484c58eedc29bbbc3d910c9dcac298962bcb0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue