Skip to content

Commit 9d74b47

Browse files
authored
Merge branch 'main' into libebur128
2 parents 220607e + a6acb00 commit 9d74b47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ on:
55
paths:
66
- 'Sources/CSFBAudioEngine/**/*.h'
77
- 'Sources/CSFBAudioEngine/**/*.hpp'
8+
- 'Sources/CSFBAudioEngine/**/*.c'
9+
- 'Sources/CSFBAudioEngine/**/*.cpp'
810
- 'Sources/CSFBAudioEngine/**/*.m'
911
- 'Sources/CSFBAudioEngine/**/*.mm'
1012
pull_request:
1113
branches: [ "main" ]
1214
paths:
1315
- 'Sources/CSFBAudioEngine/**/*.h'
1416
- 'Sources/CSFBAudioEngine/**/*.hpp'
17+
- 'Sources/CSFBAudioEngine/**/*.c'
18+
- 'Sources/CSFBAudioEngine/**/*.cpp'
1519
- 'Sources/CSFBAudioEngine/**/*.m'
1620
- 'Sources/CSFBAudioEngine/**/*.mm'
1721
permissions:
@@ -33,6 +37,8 @@ jobs:
3337
tidy-checks: '-*'
3438
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
3539
format-review: true
40+
extensions: 'h,hpp,c,cpp,m,mm'
41+
version: 21
3642
- name: Fail fast?!
3743
if: steps.linter.outputs.checks-failed > 0
3844
run: exit 1

0 commit comments

Comments
 (0)