Skip to content

Commit

Permalink
Remove windows and darwin linting
Browse files Browse the repository at this point in the history
We have seems weirds behavior in Darwin and Windows execution of the
linting. Until all the errors are fixes this is a bit counter productive
to run it on everything. It will just multiply the errors detected.

Ref: #1270
(cherry picked from commit 23b98b2)
  • Loading branch information
ph authored and mergify-bot committed Apr 4, 2022
1 parent 28f0510 commit 4fb04c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
include:
- GOOS: windows
- GOOS: linux
- GOOS: darwin
#- GOOS: windows
#- GOOS: darwin
name: lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4fb04c2

Please sign in to comment.