revert lint
This commit is contained in:
parent
f4252d57a3
commit
f3c4151e24
1 changed files with 1 additions and 7 deletions
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
|
@ -8,10 +8,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn lint --output-file eslint_report.json --format json
|
- run: yarn lint
|
||||||
continue-on-error: true
|
|
||||||
- name: Annotate Code Linting Results
|
|
||||||
uses: ataylorme/eslint-annotate-action@1.0.4
|
|
||||||
with:
|
|
||||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
report-json: 'eslint_report.json'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue