diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-04-12 22:51:46 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-04-18 14:05:19 +0200 |
| commit | d77619284f8d935a1ccea8be48bd315d9956754f (patch) | |
| tree | ef067d1b27a70f93097fc2a9289c0e2c77c050cd /.github/workflows/test.yml | |
| parent | 65e9f36133d1bf200bb7d9774d513ffe848088e0 (diff) | |
Workflows: Fix line numbers not showing in linter
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7420aef..9930eb7 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,gocritic + args: "-E stylecheck,revive,gocritic --out-${NO_FUTURE}format colored-line-number" test-go: name: Test Go |
