From 4c5eb5a1e025bf6df5e104943e9f8ea07013ecf0 Mon Sep 17 00:00:00 2001 From: Meer Sawood Date: Wed, 24 Mar 2021 14:36:34 +0530 Subject: [PATCH] fix: golang-ci linter to work on all dirs --- .github/workflows/ci-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6d3ce1e..492a54d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -27,7 +27,6 @@ jobs: uses: golangci/golangci-lint-action@v2 with: version: v1.29 - working-directory: gomanifest skip-build-cache: true skip-pkg-cache: true golint: