Commit 2904f21
committed
build(ci): add pre-commit linting gate to CI pipeline
Add a `pre-commit` Makefile target that runs a series of pre-commit
hooks (trailing-whitespace, end-of-file-fixer, markdownlint, yamllint,
cspell) and integrate it into the `ci` aggregate target, ensuring code
quality checks are enforced before a task is considered done.1 parent 98e5bac commit 2904f21
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
218 | 226 | | |
219 | 227 | | |
220 | 228 | | |
| |||
0 commit comments