mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 16:28:52 +00:00
pr-check: Fix another syntax error
This commit is contained in:
@@ -166,7 +166,7 @@ jobs:
|
|||||||
if echo "$PR_FILES" | grep -qE '.*/flathub\.json$'; then
|
if echo "$PR_FILES" | grep -qE '.*/flathub\.json$'; then
|
||||||
echo "flathub.json not at toplevel"
|
echo "flathub.json not at toplevel"
|
||||||
BLOCKED=1
|
BLOCKED=1
|
||||||
REVIEW_COMMENT_LINES+=("- `flathub.json` file is at toplevel")
|
REVIEW_COMMENT_LINES+=("- flathub.json file is at toplevel")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! echo "$PR_FILES" | grep -qE '^[^/]+\.(ya?ml|json)$'; then
|
if ! echo "$PR_FILES" | grep -qE '^[^/]+\.(ya?ml|json)$'; then
|
||||||
|
|||||||
Reference in New Issue
Block a user