diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 732834d..f5c50e7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,6 +26,9 @@ jobs: source .env set +a + - name: Show GOLANGCI_LINT_VERSION + run: echo "Linter version $GOLANGCI_LINT_VERSION" + - name: Set up Go uses: actions/setup-go@v5 with: { go-version-file: go.mod } diff --git a/Makefile b/Makefile index 14ed987..36892a1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ include .env lint: - docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:$(GOLANGCI_LINT_VERSION)-alpine golangci-lint run \ No newline at end of file + docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:$(GOLANGCI_LINT_VERSION)-alpine golangci-lint run