From d369f9f3e23c995e306a01c8b785c4b8d86d89f9 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 15 Sep 2025 08:13:06 +0530 Subject: [PATCH] pr-check: Fix another syntax error --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 5aab413..c890894 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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