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