ci: enable problem matcher parsing
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in -1m9s

ref: #6 #5
This commit is contained in:
2025-07-12 21:15:45 +09:30
parent dc57a65a1c
commit 4b9133a626

View File

@ -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