From 7e8bd312cdd8ccbc7b8c39f7a4a78eaffcaaa0d4 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 12 Jul 2025 21:15:45 +0930 Subject: [PATCH] ci: enable problem matcher parsing ref: #6 #5 --- .gitea/workflows/pull_request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index bf2819e..2c79b68 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - # - name: Enable Matcher Service - # run: | - # echo "NFC_PROBLEM_MATCHER=${GITHUB_REF_NAME}"; + - name: Enable Matcher Service + run: | + echo "NFC_PROBLEM_MATCHER=${GITHUB_REF_NAME}"; - uses: actions/checkout@v3