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