Skip to content

Commit

Permalink
ci: remove golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Jul 19, 2024
1 parent 972279b commit 8286614
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ jobs:
go-version: ${{ matrix.version }}
cache: true

- name: golangci-lint
if: runner.os != 'Windows'
uses: golangci/[email protected]
with:
args: "--out-${NO_FUTURE}format colored-line-number --timeout 5m"

- name: golangci-lint
if: runner.os == 'Windows'
uses: golangci/[email protected]
env:
nofuture: out-format
with:
args: "--%nofuture% colored-line-number --timeout 5m"

- name: Install Task
uses: arduino/setup-task@v2
with:
Expand Down

0 comments on commit 8286614

Please sign in to comment.