Skip to content

Commit

Permalink
[Hack] Disable style check for C++ because of config issues
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Feb 4, 2024
1 parent 9f57d48 commit e7d43de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions implementations/build-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ source $SCRIPT_PATH/script.inc

if [ "$1" = "style" ]
then
WARN Disabled for the moment, GHA version seems not to understand .clang-format file format
exit 0

pushd $SCRIPT_PATH/../benchmarks/C++

INFO Check Format
Expand Down

0 comments on commit e7d43de

Please sign in to comment.