diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..13b0da1 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,13 @@ +name: Test +on: + push: + branches: + - master +jobs: + lint: + runs-on: ubuntu-latest + steps: + - name: Get code + uses: actions/checkout@v3 + - name: Test Custom JS Action + uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master \ No newline at end of file