parent
e498a8d285
commit
dbb8b4da48
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:
|
||||||
|
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