Skip to content

Commit

Permalink
chore: update annotation following doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski authored and dependabot[bot] committed Feb 12, 2024
1 parent a6d81fa commit 0a6109c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Lint

on:
pull_request:
types:
Expand All @@ -7,8 +8,15 @@ on:
- reopened
paths-ignore:
- 'docs/**'

permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write

jobs:
golangci:
name: lint
Expand Down

0 comments on commit 0a6109c

Please sign in to comment.