Commit e7ffe6e
ci: add lint-cloudlinux GitHub Action
The cloudlinux fork uses the cloudlinux branch as trunk; the inherited
upstream workflows (unit-tests.yml, codespell.yml, etc.) only fire on
master so they never run for PRs into this fork. Add a narrow workflow
that runs on every push and PR targeting cloudlinux and invokes
`make lint-non-ascii` to gate against stray non-ASCII bytes in Python
source.
Calling the make target keeps a single source of truth: local
`make lint` runs the same check via the same script, so what passes
locally is exactly what passes in CI.
Resurrecting the full upstream test+lint matrix on this fork is a
separate, larger task.1 parent cb7efd8 commit e7ffe6e
1 file changed
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments