Skip to content

Commit cd76a8b

Browse files
committed
ci: fix directory name in clang-format workflow
The workflow was checking the `examples` directory, but the directory is actually named `example`. This updates the matrix path to ensure the example files are properly checked during CI.
1 parent f98cca8 commit cd76a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
path:
1414
- 'src'
15-
- 'examples'
15+
- 'example'
1616
- 'include'
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)