Fix execution of style tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user