This commit is contained in:
Darren Ethier 2020-10-19 10:08:23 -04:00 committed by GitHub
parent b488c4a1c7
commit b28c2f56e8
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ jobs:
npm install
- name: Lint JavaScript
uses: bradennapier/eslint-plus-action@v3.4.2
with:
issueSummaryOnlyOnEvent: true
- name: Lint CSS
run: npm run lint:css