Fix execution of style tests
This commit is contained in:
parent
69b8cddb1b
commit
e974b44e86
@ -19,6 +19,8 @@
|
||||
args=()
|
||||
if [[ -n $GITHUB_BASE_REF ]]; then
|
||||
args+=("--base" "${GITHUB_BASE_REF}")
|
||||
else
|
||||
args+=("--base" "${GITHUB_REF_NAME}")
|
||||
fi
|
||||
|
||||
# verify that the code style is correct
|
||||
|
Loading…
Reference in New Issue
Block a user