CI: skip running astyle on third_party sources

This commit is contained in:
Koichiro IWAO 2023-04-03 17:38:01 +09:00
parent a251aae49e
commit 3b62bf1df2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if [ ! -f "astyle_config.as" ]; then
exit 2
fi
ASTYLE_FLAGS="--options=astyle_config.as ./\*.c ./\*.h"
ASTYLE_FLAGS="--options=astyle_config.as --exclude=third_party ./\*.c ./\*.h"
# Display the astyle version and command for debugging
"$ASTYLE" --version && {