mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
check on pr
This commit is contained in:
parent
782fd3037f
commit
91b3a388e7
2 changed files with 41 additions and 1 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -1,7 +1,6 @@
|
|||
name: "Test template"
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
|
|
@ -11,6 +10,9 @@ jobs:
|
|||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: wimpysworld/nothing-but-nix@main
|
||||
with:
|
||||
️hatchet-protocol: 'carve'
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue