parent
e498a8d285
commit
5ed05f0cdf
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/build.yaml
Normal file
6
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
steps:
|
||||
- run: echo ciao
|
||||
- run: nix --version
|
Reference in a new issue