From 6e79c5558374a93b1812b70f623a91e695db6331 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 23 May 2020 11:41:22 -0700 Subject: [PATCH] Add back the args value to the golangci-lint action Signed-off-by: Chris Cummer --- .github/workflows/golangci-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 86cbd27c..0034fcc9 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -16,4 +16,5 @@ jobs: uses: golangci/golangci-lint-action@v1 with: # 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 \ No newline at end of file + version: v1.26 + args: ./... \ No newline at end of file