mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add back the args value to the golangci-lint action
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
parent
0911402926
commit
6e79c55583
3
.github/workflows/golangci-lint.yml
vendored
3
.github/workflows/golangci-lint.yml
vendored
@ -16,4 +16,5 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@v1
|
uses: golangci/golangci-lint-action@v1
|
||||||
with:
|
with:
|
||||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||||
version: v1.26
|
version: v1.26
|
||||||
|
args: ./...
|
Loading…
x
Reference in New Issue
Block a user