From 1deb8b94bf015ad319c4dfee02b187c4f408cca7 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 26 Jun 2024 07:01:09 -0500 Subject: [PATCH] Troubleshooting disabling of structslop linter Echo current value of `${{ matrix.container-image }}` as part of linter execution block; the changes from GH-204 do not seem to be working as intended. --- .github/workflows/lint-using-optional-linters.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-using-optional-linters.yml b/.github/workflows/lint-using-optional-linters.yml index b545e8c..9a1d54a 100644 --- a/.github/workflows/lint-using-optional-linters.yml +++ b/.github/workflows/lint-using-optional-linters.yml @@ -126,6 +126,7 @@ jobs: # https://github.com/atc0005/go-ci/pull/1586 if: ${{ matrix.container-image != 'go-ci-unstable' }} run: | + echo 'matrix.container-image' value is ${{ matrix.container-image }} #echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')" go version -m $(which structslop) structslop ./...