Compare commits
1 commit
5ed05f0cdf
...
fac86fba96
Author | SHA1 | Date | |
---|---|---|---|
fac86fba96 |
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:
|
||||
container: nixos/nix
|
||||
steps:
|
||||
- run: echo ciao
|
||||
- run: nix --version
|
Reference in a new issue