check on pr

This commit is contained in:
Daniel Winkler 2025-08-26 12:43:27 +10:00
commit 91b3a388e7
2 changed files with 41 additions and 1 deletions

View file

@ -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 }}