Skip to content

Commit dda53b1

Browse files
committed
update workflow
1 parent 6a76b42 commit dda53b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
uses: HorstBaerbel/action-clang-tidy@1.2
3030
# These are optional (defaults displayed)
3131
with:
32-
scandir: '.'
33-
builddir: 'build'
34-
excludedirs: ''
32+
scandir: 'inc'
33+
builddir: '.'
34+
excludedirs: 'test'
3535
extensions: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx'
3636
cmakeoptions: ''

0 commit comments

Comments
 (0)