Update .gitea/scoped_workflows/style-web.yaml

This commit is contained in:
alu
2026-08-21 22:52:15 +00:00
parent 93db384d5d
commit cedb2ea473
+3 -3
View File
@@ -45,7 +45,7 @@ jobs:
npx stylelint --version
npx eslint --version
- name: Run HTMLValidate
- name: Run html-validate
id: style-html
if: always()
run: |
@@ -54,7 +54,7 @@ jobs:
npx html-validate '**/*.html'
fi
- name: Run Stylelint
- name: Run stylelint
id: style-css
if: always()
run: |
@@ -63,7 +63,7 @@ jobs:
npx stylelint --formatter verbose '**/*.css'
fi
- name: Run ESLint
- name: Run eslint
id: style-js
if: always()
run: |