This commit is contained in:
parent
87cf41dea8
commit
0bfef80b61
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/test.yml
Normal file
8
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: nixos
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: nix develop --command phpunit
|
||||||
Loading…
Add table
Add a link
Reference in a new issue