Skip to content

Commit

Permalink
ci: fix no line numbers shown for golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D authored and LeonidVas committed Aug 10, 2022
1 parent 6a38383 commit 0dc3e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Linter
uses: golangci/golangci-lint-action@v3
with:
args: --config=golangci-lint.yml
args: --config=golangci-lint.yml --out-${NO_FUTURE}format colored-line-number
skip-cache: true

- name: Unit tests
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Linter
uses: golangci/golangci-lint-action@v3
with:
args: --config=golangci-lint.yml
args: --config=golangci-lint.yml --out-${NO_FUTURE}format colored-line-number
skip-cache: true

- name: Unit tests
Expand Down

0 comments on commit 0dc3e90

Please sign in to comment.