parent
5a0c6f02dd
commit
d19f20b5d0
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/demo.yaml
Normal file
11
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- 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