Skip to content

Commit

Permalink
ci: clang-format set, don't echo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed Feb 4, 2025
1 parent 5e82ea9 commit f2a354f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/format_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -x

echo "Running clang-format against branch $TRAVIS_BRANCH, with hash $BASE_COMMIT"
clang-format --version
COMMIT_FILES=$(git diff --name-status $BASE_COMMIT | grep -i -v '.mjs$' | grep -i -v LinkDef | grep -v -E '^D +' | sed -E 's,^.[[:space:]]+,,')
Expand Down

0 comments on commit f2a354f

Please sign in to comment.