From 5a3a150a3fc8795a0051acac16e82a19620b1e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=A4ume?= Date: Thu, 23 May 2024 19:18:48 +0200 Subject: [PATCH] Setup QS --- .gitea/workflows/lint.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/lint.yml 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