Browse Source

fix(ci): Lint detected changes to drivers dir.

xmkb
Pete Johanson 4 years ago
parent
commit
694b24ca86
  1. 4
      .github/workflows/clang-format-lint.yml

4
.github/workflows/clang-format-lint.yml

@ -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:

Loading…
Cancel
Save