Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75c8664e6a |
@@ -9,6 +9,9 @@ jobs:
|
||||
lint-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out ${{gitea.repository}} ${{gitea.ref}} ${{gitea.sha}}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Initialize ${{runner.os}} ${{runner.arch}}
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
@@ -29,9 +32,6 @@ jobs:
|
||||
npx stylelint --version
|
||||
npx eslint --version
|
||||
|
||||
- name: Check out ${{gitea.repository}} ${{gitea.ref}} ${{gitea.sha}}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run HTML Validate
|
||||
id: html_lint
|
||||
run: npx html-validate --config dev_config/.htmlvalidate.json "web/html/**/*"
|
||||
|
||||
Reference in New Issue
Block a user