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