We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab6b90 commit e1f88beCopy full SHA for e1f88be
.github/workflows/debug.yml
@@ -1,6 +1,9 @@
1
-on: pull_request
+on:
2
+ pull_request:
3
+ paths:
4
+ - 'debug/**'
5
-name: Check Code Style (checkpatch)
6
+name: Check Debug Code Style (pylint)
7
8
jobs:
9
check:
0 commit comments