revert lint

This commit is contained in:
Ryan Cao 2022-09-16 22:54:42 +08:00
parent f4252d57a3
commit f3c4151e24
No known key found for this signature in database

View file

@ -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'