diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/debug.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 29ca5b2..7b6beb4 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -1,6 +1,9 @@ -on: pull_request +on: + pull_request: + paths: + - 'debug/**' -name: Check Code Style (checkpatch) +name: Check Debug Code Style (pylint) jobs: check: |