Skip to content

Commit

Permalink
chore: simplify linting step in GitHub Actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Jan 24, 2025
1 parent a1154f2 commit 43c2571
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ jobs:
- run: yarn install

- name: eslint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
eslint_flags: "src/**/*.{ts,tsx}"
fail_level: any
run: yarn lint

build-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43c2571

Please sign in to comment.