This commit is contained in:
parent
e498a8d285
commit
99944946b2
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/build.yaml
Normal file
9
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
# - run: yes | apt update && apt install nodejs
|
||||||
|
# - uses: actions/checkout@v4
|
||||||
|
# - uses: https://github.com/cachix/install-nix-action@v22
|
||||||
|
- run: nix --version
|
Reference in a new issue