diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 02bac87..154dab6 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -15,8 +15,10 @@ jobs: strategy: matrix: path: - - 'src' - - 'tests' + - check: 'src' + exclude: '(stb)' + - check: 'tests' + exclude: '' steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs.