Skip to content

Commit 64ba085

Browse files
committed
chore: Do not stop update if it fails to lint.
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.
1 parent deb3953 commit 64ba085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
8787
- name: Apply and new Lint rules
8888
if: env.git_status == 'dirty'
89+
continue-on-error: true
8990
run: pnpm run lint
9091

9192
- name: Update Integration Test Snapshots

0 commit comments

Comments
 (0)