We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40aee9e commit d77bc9eCopy full SHA for d77bc9e
.github/workflows/reusable-code-quality.yml
@@ -78,7 +78,7 @@ jobs:
78
EXCLUDES=("--exclude vendor" "--exclude .git")
79
80
for i in "${ADDITIONAL_EXCLUDES[@]}"; do
81
- if [ ! -z i ]; then
+ if [ ! -z "$i" ]; then
82
EXCLUDES+=("--exclude $i")
83
fi
84
done
0 commit comments