Commit 1134600
committed
fix(ci): clean up clang-format artifacts before REUSE check
The clang-format-action creates a failing-files.txt file when it detects
formatting issues. Since we use continue-on-error for this step, the file
persists and causes the REUSE compliance check to fail. Delete this file
before running REUSE check.
Also fix corrupted header in coverage.yml and update .reuse/config to
exclude temporary/local files from compliance checks.1 parent d2f26ba commit 1134600
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments