Skip to content

Commit

Permalink
Ignore trailing whitespace under CI benchmark directories
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Apr 10, 2024
1 parent e118ea4 commit 6909db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/style/check_trailing_whitespaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ find . -type d \( -name .git \
-o -path ./paper \
-o -name build -o -name install \
-o -name tmp_build_dir -o -name tmp_install_dir \
-o -name ci-benchmarks \
-o -path ./util/gcem \
\) -prune -o \
-type f \( \( -name "*.H" -o -name "*.h" -o -name "*.hh" -o -name "*.hpp" \
Expand Down

0 comments on commit 6909db7

Please sign in to comment.