diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..79c1e32 --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -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