parent
5a0c6f02dd
commit
0a8fb6c949
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/demo.yaml
Normal file
8
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: native
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: ls -l
|
||||
- run: nix build .#nixosConfigurations.hs
|
||||
Loading…
Add table
Add a link
Reference in a new issue