parent
5a0c6f02dd
commit
c188f85059
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- run: nix build git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#nixosConfigurations.hs
|
||||||
Loading…
Add table
Add a link
Reference in a new issue