summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 15:04:47 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 15:04:47 +0100
commit3934d75ac516a530ceb9f494f7ce0de12cb1b5de (patch)
tree23c905ad43340e3192362afaeec8b6f6731575a8 /.github/workflows/test.yml
parentf884b3df2762a1bd3799441e06659b9caad4ee6c (diff)
Lint: Use gocritic linter and fix errors returned by it
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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