parent
69fb65deb7
commit
5a3a150a3f
1 changed files with 18 additions and 0 deletions
18
.gitea/workflows/lint.yml
Normal file
18
.gitea/workflows/lint.yml
Normal 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
|
Loading…
Reference in a new issue