Commit 76c5704
ci: Format file check - disable exit on failure
Add `set +e` to the format_file_check.yml.
to allow non-critical commands (e.g., git diff) to fail gracefully.
This prevents early termination and enables
custom handling of command exit codes when needed.1 parent 99b805c commit 76c5704
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments