diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..ca8fb80 --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,9 @@ +on: [push] +jobs: + test: + runs-on: picard + steps: + # - run: yes | apt update && apt install nodejs + - uses: actions/checkout@v4 + # - uses: https://github.com/cachix/install-nix-action@v22 + - run: nix --version