This commit is contained in:
Ryan Cao 2022-08-29 11:23:22 +08:00
parent 84f4e64bd0
commit e095aeef11
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: eslint --output-file eslint_report.json --format json
- run: yarn lint --output-file eslint_report.json --format json
continue-on-error: true
- name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@1.0.4

2
.gitignore vendored
View file

@ -5,3 +5,5 @@ dist
.env
.env.local
eslint_report.json