1 Commits
Author SHA1 Message Date
alu f5a55c23e9 add lint workflow
ProxmoxAAS-Dashboard Code Style Check / lint-check (push) Failing after 17s
2026-07-29 03:06:12 +00:00
+3 -3
View File
@@ -9,9 +9,6 @@ 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
@@ -32,6 +29,9 @@ 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/**/*"