Skip to content

Commit

Permalink
Fix GitHub actions path matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuetze committed Feb 25, 2025
1 parent 39cd96d commit ffd591b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
path:
- 'include'
- 'lib'
- 'quantum/include'
- 'quantum/lib'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
Expand Down

0 comments on commit ffd591b

Please sign in to comment.