Skip to content

Commit

Permalink
try out this issue reviewdog/action-eslint#62
Browse files Browse the repository at this point in the history
  • Loading branch information
christojeffrey committed Apr 16, 2024
1 parent 9fb77e3 commit d815f1a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
- name: eslint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
eslint_flags: "app/"
reporter: github-pr-review
workdir: "app/"
eslint_flags: "--cache --ext .js,.jsx,.ts,.tsx ."
level: error
fail_on_error: false

0 comments on commit d815f1a

Please sign in to comment.