Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc6aa6ec13 |
@@ -28,12 +28,8 @@ jobs:
|
|||||||
html-validate --version
|
html-validate --version
|
||||||
- name: Check out ${{gitea.repository}} ${{gitea.ref}} ${{gitea.sha}}
|
- name: Check out ${{gitea.repository}} ${{gitea.ref}} ${{gitea.sha}}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Check HTML
|
- name: Run Linters
|
||||||
continue-on-error: true
|
run: |
|
||||||
run: html-validate --config dev_config/.htmlvalidate.json "web/html/**/*"
|
html-validate --config dev_config/.htmlvalidate.json web/html/*; \
|
||||||
- name: Check CSS
|
stylelint --config dev_config/.stylelintrc.json --formatter verbose web/css/*.css; \
|
||||||
continue-on-error: true
|
eslint --config dev_config/eslint.config.mjs web/scripts/
|
||||||
run: stylelint --config dev_config/.stylelintrc.json --formatter verbose --fix "web/css/**/*.css"
|
|
||||||
- name: Check JS
|
|
||||||
continue-on-error: true
|
|
||||||
run: eslint --config dev_config/eslint.config.mjs --fix web/scripts/
|
|
||||||
Reference in New Issue
Block a user