Compare commits
1 commit
70c81ee402
...
b839a68d0a
Author | SHA1 | Date | |
---|---|---|---|
b839a68d0a |
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/build.yaml
Normal file
7
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: picard
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: nix --version
|
Reference in a new issue