pr-check: Fix another syntax error

This commit is contained in:
bbhtt
2025-09-15 08:13:06 +05:30
parent 83f4ff3b8a
commit d369f9f3e2
+1 -1
View File
@@ -166,7 +166,7 @@ jobs:
if echo "$PR_FILES" | grep -qE '.*/flathub\.json$'; then
echo "flathub.json not at toplevel"
BLOCKED=1
REVIEW_COMMENT_LINES+=("- `flathub.json` file is at toplevel")
REVIEW_COMMENT_LINES+=("- flathub.json file is at toplevel")
fi
if ! echo "$PR_FILES" | grep -qE '^[^/]+\.(ya?ml|json)$'; then