From 43039ee910cbf901e5cf1152635b323b83e558a6 Mon Sep 17 00:00:00 2001 From: Vasu Khanna <117103753+star-gazer111@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:23:57 +0530 Subject: [PATCH] Update cilint.yml --- .github/workflows/cilint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cilint.yml b/.github/workflows/cilint.yml index 74fe256..21be96c 100644 --- a/.github/workflows/cilint.yml +++ b/.github/workflows/cilint.yml @@ -1,4 +1,4 @@ -name: golangci-lint +name: linter on: pull_request: @@ -39,4 +39,4 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: ${{ env.GOLANGCI_LINT_VERSION }} - working-directory: ${{ matrix.modules }} \ No newline at end of file + working-directory: ${{ matrix.modules }}