parent
e498a8d285
commit
883cd701a4
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: self-hosted
|
||||
steps:
|
||||
- run: echo ciao
|
||||
- run: nix --version
|
Reference in a new issue