Update js-css-linting.yml (https://github.com/woocommerce/woocommerce-blocks/pull/3297)
This commit is contained in:
parent
b488c4a1c7
commit
b28c2f56e8
|
@ -35,6 +35,8 @@ jobs:
|
||||||
npm install
|
npm install
|
||||||
- name: Lint JavaScript
|
- name: Lint JavaScript
|
||||||
uses: bradennapier/eslint-plus-action@v3.4.2
|
uses: bradennapier/eslint-plus-action@v3.4.2
|
||||||
|
with:
|
||||||
|
issueSummaryOnlyOnEvent: true
|
||||||
- name: Lint CSS
|
- name: Lint CSS
|
||||||
run: npm run lint:css
|
run: npm run lint:css
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue