Commit d8c0e88
committed
format-check: add collect errors job
The Github UI for required checks does not integrate with the workflows
described in the .github directory. Currently jobs that are never
started due to conditional execution are not even reported, so the UI
shows "expected" and locks up merges.
Collect format errors so that the Github UI can be happy to track one job that
is always executed. This job will fail if any of the format-check jobs
failed or were cancelled, and will be ignored (but reported) otherwise.
Signed-off-by: Luca Burelli <l.burelli@arduino.cc>1 parent a26551e commit d8c0e88
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments