From 1d65c521750856b9d3eae9c78e0133a5d5ce3544 Mon Sep 17 00:00:00 2001 From: Rahul Jadhav Date: Mon, 15 Nov 2021 22:46:50 +0530 Subject: [PATCH] using revive for go-lint --- .github/workflows/ci-go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 9e28a167..730df586 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 - - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + - name: Run Revive Action by pulling pre-built imag + uses: morphy2k/revive-action@v2 with: - args: --timeout 3m0s + path: "./..."