Update parse_api.yml

This commit is contained in:
Ray
2025-11-08 11:35:34 +01:00
committed by GitHub
parent 8b3ea995f9
commit 2a324ace27

View File

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