Fix execution of style tests

This commit is contained in:
Massimiliano Culpo 2021-12-23 16:34:31 +01:00
parent 69b8cddb1b
commit e974b44e86

View File

@ -19,6 +19,8 @@
args=() args=()
if [[ -n $GITHUB_BASE_REF ]]; then if [[ -n $GITHUB_BASE_REF ]]; then
args+=("--base" "${GITHUB_BASE_REF}") args+=("--base" "${GITHUB_BASE_REF}")
else
args+=("--base" "${GITHUB_REF_NAME}")
fi fi
# verify that the code style is correct # verify that the code style is correct