1
1
Fork 0
CCNA_Autofill_Userscript/.gitea/workflows/lint.yml
Dominik Säume 5a3a150a3f
Some checks failed
Linting / Javadoc (push) Failing after 6s
Setup QS
2024-05-23 19:20:23 +02:00

18 lines
No EOL
342 B
YAML

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