Skip to content

Commit

Permalink
chore: Do not stop update if it fails to lint.
Browse files Browse the repository at this point in the history
We want to create the PR, even if it fails to lint. This allows us to check the lint error in the PR and not in the update process.
  • Loading branch information
Jason3S committed May 9, 2024
1 parent deb3953 commit 64ba085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Apply and new Lint rules
if: env.git_status == 'dirty'
continue-on-error: true
run: pnpm run lint

- name: Update Integration Test Snapshots
Expand Down

0 comments on commit 64ba085

Please sign in to comment.