forked from kofal.net/zmk
fix(ci): Lint detected changes to drivers dir.
This commit is contained in:
4
.github/workflows/clang-format-lint.yml
vendored
4
.github/workflows/clang-format-lint.yml
vendored
@@ -6,11 +6,15 @@ on:
|
|||||||
- "app/boards/**/*.c"
|
- "app/boards/**/*.c"
|
||||||
- "app/include/**/*.h"
|
- "app/include/**/*.h"
|
||||||
- "app/src/**"
|
- "app/src/**"
|
||||||
|
- "app/drivers/**/*.c"
|
||||||
|
- "app/drivers/**/*.h"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "app/boards/**/*.c"
|
- "app/boards/**/*.c"
|
||||||
- "app/include/**/*.h"
|
- "app/include/**/*.h"
|
||||||
- "app/src/**"
|
- "app/src/**"
|
||||||
|
- "app/drivers/**/*.c"
|
||||||
|
- "app/drivers/**/*.h"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user