diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca6cff1..66dd9bf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,10 +8,4 @@ jobs: steps: - uses: actions/checkout@v2 - run: yarn install --frozen-lockfile - - 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 - with: - repo-token: '${{ secrets.GITHUB_TOKEN }}' - report-json: 'eslint_report.json' + - run: yarn lint