fix lint
This commit is contained in:
parent
84f4e64bd0
commit
e095aeef11
2 changed files with 3 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: yarn install --frozen-lockfile
|
- 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
|
continue-on-error: true
|
||||||
- name: Annotate Code Linting Results
|
- name: Annotate Code Linting Results
|
||||||
uses: ataylorme/eslint-annotate-action@1.0.4
|
uses: ataylorme/eslint-annotate-action@1.0.4
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@ dist
|
||||||
|
|
||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
|
eslint_report.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue