Skip to content

Commit e1f88be

Browse files
committed
debug: Only run pylint if debug files changed.
1 parent 0ab6b90 commit e1f88be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/debug.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
on: pull_request
1+
on:
2+
pull_request:
3+
paths:
4+
- 'debug/**'
25

3-
name: Check Code Style (checkpatch)
6+
name: Check Debug Code Style (pylint)
47

58
jobs:
69
check:

0 commit comments

Comments
 (0)