We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e921420 commit d78c798Copy full SHA for d78c798
1 file changed
.github/workflows/golangci_lint.yml
@@ -48,6 +48,7 @@ jobs:
48
golangci-lint-result:
49
needs: golangci-lint
50
runs-on: ubuntu-latest
51
+ permissions: {}
52
if: ${{ always() && needs.golangci-lint.result != 'skipped'}}
53
steps:
54
- if: ${{ needs.golangci-lint.result != 'success' }}
0 commit comments