Skip to content

Commit

Permalink
workflows: Enable code annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Feb 23, 2024
1 parent f0e227c commit c7e8342
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [ main ]
pull_request: { }

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

jobs:
go:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c7e8342

Please sign in to comment.