From 8e09dc520ebb13c24cb365b617638dd51b84c916 Mon Sep 17 00:00:00 2001 From: Matt Ehrnschwender Date: Sat, 10 Feb 2024 18:34:36 -0500 Subject: [PATCH] Add working-directory --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c05c0c8..2b2f147 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,6 +57,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: latest + working-directory: ${{ env.MYTHIC_CODE }} - name: Check Mythic code formatting run: gofmt -l -d . | diff -u /dev/null -