Skip to content

Commit

Permalink
Troubleshooting disabling of structslop linter
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
atc0005 committed Jun 26, 2024
1 parent f6911a9 commit 1deb8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 1deb8b9

Please sign in to comment.