mirror of
https://github.com/Drop-OSS/flathub-app-bin.git
synced 2026-07-01 12:43:45 -04: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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user