Skip to content

Commit

Permalink
[cicd] remove unused format folder rule
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Nov 17, 2024
1 parent b553fd2 commit 1b51819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
-iname '*.hpp' \
-o -iname '*.tpp' \
-o -iname '*.cpp' \
-o -iwholename './support/format' \
-o -iwholename './support/generator' \
| xargs \
clang-format-18 --Werror --dry-run --verbose -style=file
Expand Down

0 comments on commit 1b51819

Please sign in to comment.