parent
e498a8d285
commit
52bb7a37e8
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/build.yaml
Normal file
10
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container: ubuntu:rolling
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: apt update --yes | apt install nodejs
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
- run: nix --version
|
Reference in a new issue