Skip to content

Commit

Permalink
Try default string
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed Oct 26, 2024
1 parent 6682687 commit 26b45c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v3
with:
sources: "Client/**/*.h,Client/**/*.hpp,Client/**/*.cpp"
sources: "src/**/*.hpp,src/**/*.cpp,test/**/*.cpp"

0 comments on commit 26b45c4

Please sign in to comment.