Skip to content

Commit 108ed7c

Browse files
authored
Fix paths formatting in cpp-linter.yml (#874)
Adjusted paths formatting for consistency in cpp-linter workflow.
1 parent 7cd8f0b commit 108ed7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cpp-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cpp-linter
22
on:
33
push:
44
branches: [ "main" ]
5-
paths:
5+
paths:
66
- 'Sources/CSFBAudioEngine/**/*.h'
77
- 'Sources/CSFBAudioEngine/**/*.hpp'
88
- 'Sources/CSFBAudioEngine/**/*.c'
@@ -11,7 +11,7 @@ on:
1111
- 'Sources/CSFBAudioEngine/**/*.mm'
1212
pull_request:
1313
branches: [ "main" ]
14-
paths:
14+
paths:
1515
- 'Sources/CSFBAudioEngine/**/*.h'
1616
- 'Sources/CSFBAudioEngine/**/*.hpp'
1717
- 'Sources/CSFBAudioEngine/**/*.c'

0 commit comments

Comments
 (0)