From 23b98b2e60158092557c2ff23405c48c69ba2461 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Mon, 4 Apr 2022 07:49:00 -0400 Subject: [PATCH] Remove windows and darwin linting 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: https://github.com/elastic/fleet-server/pull/1270 --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index e6923c1d5..4c8fc2755 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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: