Update parse_api.yml

This commit is contained in:
Ray
2025-09-18 16:06:24 +02:00
committed by GitHub
parent 9268b0d029
commit 1c3f9fa135

View File

@@ -22,7 +22,7 @@ jobs:
- name: Diff parse files
id: diff
run: |
git add -N parser
git add -N tools/parser
git diff --name-only --exit-code
continue-on-error: true