diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 0000000..aaa5eb7 --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,11 @@ +on: [push] + +jobs: + test: + runs-on: docker + container: + image: node:latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + - run: yarn test