Compare commits
1 commit
e50ed49d8b
...
e157a8d84f
Author | SHA1 | Date | |
---|---|---|---|
e157a8d84f |
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: picard
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/cachix/install-nix-action
|
||||
- run: nix --version
|
Reference in a new issue