mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-09 17:53:59 +01:00
add write checks for golangci-lint action
This commit is contained in:
parent
01653ec5e6
commit
0f93f08dfd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/golangci-lint.yml
vendored
1
.github/workflows/golangci-lint.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
|
checks: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
|
|
Loading…
Reference in a new issue