Skip to content

Commit

Permalink
Revert "Disable structslop linter for unstable image"
Browse files Browse the repository at this point in the history
This reverts commit 53521c3.

refs #209
refs atc0005/go-ci#1684
  • Loading branch information
atc0005 committed Aug 16, 2024
1 parent 7e269e6 commit 145a01e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ 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 'matrix.container-image' value is ${{ matrix.container-image }}
#echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')"
Expand Down

0 comments on commit 145a01e

Please sign in to comment.