We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971fcee commit 65aa2c9Copy full SHA for 65aa2c9
.github/workflows/golangci-lint.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- name: golangci-lint
16
uses: golangci/golangci-lint-action@v2
17
+ with:
18
# Required: the version of golangci-lint is required and must be
19
# specified without patch version: we always use the latest patch version.
20
# https://github.com/golangci/golangci-lint/releases
0 commit comments