diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml new file mode 100644 index 0000000..070b6e3 --- /dev/null +++ b/.gitea/workflows/node-ci.yaml @@ -0,0 +1,18 @@ +name: Node-CI + + +on: + push: + branches: [main] + pull_request: + branches: [main] + +permissions: + contents: read + +jobs: + test: + runs-on: ubuntu-24.04 + steps: + - name: Gitea Checkout + uses: gitea.com/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 \ No newline at end of file