Update .gitea/scoped_workflows/style-web.yaml
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
|||||||
npx stylelint --version
|
npx stylelint --version
|
||||||
npx eslint --version
|
npx eslint --version
|
||||||
|
|
||||||
- name: Run HTMLValidate
|
- name: Run html-validate
|
||||||
id: style-html
|
id: style-html
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
npx html-validate '**/*.html'
|
npx html-validate '**/*.html'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run Stylelint
|
- name: Run stylelint
|
||||||
id: style-css
|
id: style-css
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
npx stylelint --formatter verbose '**/*.css'
|
npx stylelint --formatter verbose '**/*.css'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run eslint
|
||||||
id: style-js
|
id: style-js
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user