Compare commits
1 commit
fcf26a4b61
...
877ae9a3a9
Author | SHA1 | Date | |
---|---|---|---|
877ae9a3a9 |
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/build.yaml
Normal file
8
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
image: nixos/nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix --version
|
Reference in a new issue