Compare commits

...

1 Commits

Author SHA1 Message Date
Jon
b21a652f64 ci: enable problem matcher parsing
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 12s
ref: #6 #5
2025-07-12 21:19:52 +09:30

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