Skip to content

Commit

Permalink
Disable structslop linter for unstable image
Browse files Browse the repository at this point in the history
  • Loading branch information
atc0005 committed Jun 26, 2024
1 parent 091d544 commit 53521c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
run: apt-get update && apt-get install -y --no-install-recommends ${{ inputs.os-dependencies }}

- name: Run orijtech/structslop
# Not provided by unstable image
# https://github.com/atc0005/go-ci/pull/1586
if: ${{ matrix.container-image != 'go-ci-unstable' }}
run: |
#echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')"
go version -m $(which structslop)
Expand Down

0 comments on commit 53521c3

Please sign in to comment.