From 3934d75ac516a530ceb9f494f7ce0de12cb1b5de Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 28 Nov 2022 15:04:47 +0100 Subject: Lint: Use gocritic linter and fix errors returned by it --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32e4fd9..2722385 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: latest - args: -E stylecheck,revive + args: -E stylecheck,revive,gocritic test-go: name: Test Go -- cgit v1.2.3