From 35923839493f098044b89029f0f0689daba5b31f Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Fri, 13 Dec 2024 15:35:34 -0300 Subject: [PATCH] fixup! fix: Check linter configuration Signed-off-by: Mateus Oliveira --- .github/workflows/lint-sample.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint-sample.yml b/.github/workflows/lint-sample.yml index b409809dd07..3796d8bf0c8 100644 --- a/.github/workflows/lint-sample.yml +++ b/.github/workflows/lint-sample.yml @@ -26,6 +26,9 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: go.mod + - name: Prepare ${{ matrix.folder }} + working-directory: ${{ matrix.folder }} + run: go mod tidy - name: Check linter configuration working-directory: ${{ matrix.folder }} run: make lint-config