parent
5a0c6f02dd
commit
78b45b957f
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.config.system.build.toplevel
|
||||
Loading…
Add table
Add a link
Reference in a new issue