1
1
Fork 0
This commit is contained in:
Dominik Säume 2024-05-23 19:18:48 +02:00
parent 69fb65deb7
commit 7507751117
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

18
.gitea/workflow/lint.yml Normal file
View file

@ -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