diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml new file mode 100644 index 0000000..a102525 --- /dev/null +++ b/.gitea/workflows/lint.yml @@ -0,0 +1,18 @@ +name: "Linting" + +on: + push: + branches: + - main + +jobs: + javadoc: + name: "Javadoc" + runs-on: "ubuntu-latest" + container: + image: "git.euph.dev/actions/runner-basic:latest" + steps: + - name: "Checkout" + uses: "https://git.euph.dev/actions/checkout@v3" + - name: "Prettier" + run: node -v && npm -v \ No newline at end of file