Skip to content

Commit

Permalink
add excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Aug 3, 2024
1 parent 9d3663c commit 9248721
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9248721

Please sign in to comment.