diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 0f6201bcb3b3..6e1cad3263a0 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -520,7 +520,6 @@ jobs: id: lint-typescript-declarations if: ( github.event.inputs.javascript != 'false' ) && ( success() || failure() ) run: | - set -o pipefail files=$(echo "${{ steps.random-files.outputs.files }}" | tr ',' '\n' | grep -E '\.d\.ts$' | tr '\n' ' ') if [[ -n "${files}" ]]; then make TYPESCRIPT_DECLARATIONS_LINTER=eslint lint-typescript-declarations-files FAST_FAIL=0 FILES="${files}" 2>&1 | tee lint_typescript_declarations_errors.txt