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: @@ -6,11 +6,15 @@ on:
- "app/boards/**/*.c"
- "app/include/**/*.h"
- "app/src/**"
- "app/drivers/**/*.c"
- "app/drivers/**/*.h"
pull_request:
paths:
- "app/boards/**/*.c"
- "app/include/**/*.h"
- "app/src/**"
- "app/drivers/**/*.c"
- "app/drivers/**/*.h"
jobs:
build:

Loading…
Cancel
Save