Skip to content

Commit

Permalink
chore: remove temporary continue-on-error fix for changed files (#11959)
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored May 17, 2024
1 parent 29044ea commit 9b7269f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: Ana06/[email protected]
id: changed_files
name: Get changed files
continue-on-error: true
- id: md_changed_files
name: Spellcheck Markdown files
run: |-
Expand Down Expand Up @@ -94,15 +93,13 @@ jobs:
uses: Ana06/[email protected]
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)
id: changed_files
uses: Ana06/[email protected]
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
Expand Down

0 comments on commit 9b7269f

Please sign in to comment.