Setup
This commit is contained in:
parent
69fb65deb7
commit
7507751117
1 changed files with 18 additions and 0 deletions
18
.gitea/workflow/lint.yml
Normal file
18
.gitea/workflow/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