🥺 please? work?
This commit is contained in:
parent
0c69ebfcb8
commit
c063bcd353
1 changed files with 3 additions and 3 deletions
|
|
@ -13,8 +13,8 @@ jobs:
|
||||||
- name: Install Linters
|
- name: Install Linters
|
||||||
run: npm install -g htmlhint stylelint stylelint-config-standard eslint
|
run: npm install -g htmlhint stylelint stylelint-config-standard eslint
|
||||||
- name: HTML
|
- name: HTML
|
||||||
run: htmlhint "**/*.html"
|
run: htmlhint "**/*.html" --ignore "assets/**"
|
||||||
- name: CSS
|
- name: CSS
|
||||||
run: stylelint "**/*.css" --config-basedir /usr/local/lib/node_modules
|
run: stylelint "**/*.css" --config /usr/local/lib/node_modules/stylelint-config-standard/index.js --allow-empty-input
|
||||||
- name: JS
|
- name: JS
|
||||||
run: "npx eslint . --no-eslintrc --rule 'semi: [2, always]' --rule 'no-console: 0'"
|
run: 'npx eslint . --no-eslintrc --rule "semi: [2, always]" --rule "no-console: 0" --env browser'
|
||||||
Loading…
Reference in a new issue