diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 75833aa58..d9c2d524e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,16 +8,6 @@ defaults: jobs: - sh-euox-pipefail-check: - name: "Shell pipefail check" - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Run 'set -euox pipefail' check - run: bash ./.github/scripts/ensure_set_euox_pipefail.sh - go-lint: # We can't use VALIDATE_GO from super linter because of this issue: # https://github.com/github/super-linter/issues/143