mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue