Skip to content

Commit

Permalink
fix: reviewdog permission
Browse files Browse the repository at this point in the history
  • Loading branch information
slaclau committed Jul 19, 2024
1 parent 0d095e6 commit 99bdb97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: "lint"

on:
workflow_call:

permissions:
checks: write
contents: read
pull-requests: write

jobs:
flake8:
Expand Down

0 comments on commit 99bdb97

Please sign in to comment.