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

This commit is contained in:
Pete Johanson 2020-10-01 11:31:02 -04:00
parent e993378b2a
commit 694b24ca86
1 changed files with 4 additions and 0 deletions

View File

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