File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88 workflow_dispatch :
99
1010permissions :
11+ # Required: allow read access to the content for analysis.
1112 contents : read
13+ # Optional: allow read access to pull request. Use with `only-new-issues` option.
14+ pull-requests : read
1215
1316jobs :
1417 golangci :
2326 uses : golangci/golangci-lint-action@v6
2427 with :
2528 version : v1.60
29+ only-new-issues : true
30+ args : --enable goheader
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ linters:
1616 - gci
1717 - gocheckcompilerdirectives
1818 - gofmt
19- - goheader
2019 - goimports
2120 - gomodguard
2221 - gosec
Original file line number Diff line number Diff line change 1- Copyright {{ MOD-YEAR }} the libevm authors.
1+ Copyright {{ MOD-YEAR-RANGE }} the libevm authors.
22
33The libevm additions to go-ethereum are free software: you can redistribute
44them and/or modify them under the terms of the GNU Lesser General Public License
You can’t perform that action at this time.
0 commit comments