From cedb2ea4732b07f9580393b1725e8628148ce2a7 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 21 Aug 2026 22:52:15 +0000 Subject: [PATCH] Update .gitea/scoped_workflows/style-web.yaml --- .gitea/scoped_workflows/style-web.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/scoped_workflows/style-web.yaml b/.gitea/scoped_workflows/style-web.yaml index 351ec5c..a7296b8 100644 --- a/.gitea/scoped_workflows/style-web.yaml +++ b/.gitea/scoped_workflows/style-web.yaml @@ -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: |