Skip to content

Commit 65aa2c9

Browse files
Fix golangci-lint.yaml
Signed-off-by: Chris Cummer <[email protected]>
1 parent 971fcee commit 65aa2c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/golangci-lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- name: golangci-lint
1616
uses: golangci/golangci-lint-action@v2
17+
with:
1718
# Required: the version of golangci-lint is required and must be
1819
# specified without patch version: we always use the latest patch version.
1920
# https://github.com/golangci/golangci-lint/releases

0 commit comments

Comments
 (0)