Skip to content

Commit

Permalink
Update reviewdog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 authored Aug 13, 2024
1 parent e28d47c commit 9a05fa2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: reviewdog

# read-only repo token
# no access to secrets
on:
pull_request:
paths-ignore:
- '!.github/**'

jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-eslint@v1
Expand Down

0 comments on commit 9a05fa2

Please sign in to comment.