diff --git a/.github/workflows/lint-using-optional-linters.yml b/.github/workflows/lint-using-optional-linters.yml index 61a82fc..8097c36 100644 --- a/.github/workflows/lint-using-optional-linters.yml +++ b/.github/workflows/lint-using-optional-linters.yml @@ -41,12 +41,10 @@ jobs: # run: git config --global --add safe.directory "$GITHUB_WORKSPACE" run: git config --global --add safe.directory "${PWD}" - # DISABLED until https://github.com/atc0005/go-ci/issues/962 is resolved - # - # - name: Run orijtech/structslop - # run: | - # echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')" - # structslop ./... + - name: Run orijtech/structslop + run: | + echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')" + structslop ./... - name: Run orijtech/tickeryzer run: |