From 9b7269f9badc10a670d787b98f3235dd834d67e6 Mon Sep 17 00:00:00 2001 From: Joscha Feth <joscha@feth.com> Date: Fri, 17 May 2024 02:42:19 +0100 Subject: [PATCH] chore: remove temporary continue-on-error fix for changed files (#11959) --- .github/workflows/pull-request-checks.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index 1f77644fdd66a..becd6784a00d1 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -21,7 +21,6 @@ jobs: - uses: Ana06/get-changed-files@v2.3.0 id: changed_files name: Get changed files - continue-on-error: true - id: md_changed_files name: Spellcheck Markdown files run: |- @@ -94,7 +93,6 @@ jobs: uses: Ana06/get-changed-files@v2.3.0 with: format: 'space-delimited' - continue-on-error: true - name: Lint changed files run: npx eslint --quiet ${{ steps.changed_files_space.outputs.added_modified }} ${{ steps.changed_files_space.outputs.renamed }} - name: Get Changed Files (comma-separated) @@ -102,7 +100,6 @@ jobs: uses: Ana06/get-changed-files@v2.3.0 with: format: 'csv' - continue-on-error: true # NOTE: These steps are kept in this workflow to avoid re-rerunning the rest of the lint job # in the Components Checks workflow - name: Check component keys