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