Skip to content

Commit

Permalink
chore: Update run-clang-format action to include debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jul 18, 2024
1 parent ef04b79 commit 6575da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-clang-format/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ runs:
echo ::endgroup::
echo ::group::Run clang-format-17
./build-aux/run-clang-format --fail-${{ inputs.failCondition }} --check -v -v -v
./build-aux/run-clang-format --fail-${{ inputs.failCondition }} --check --debug
echo ::endgroup::
}

0 comments on commit 6575da9

Please sign in to comment.