We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3ea99 commit 2a324acCopy full SHA for 2a324ac
.github/workflows/parse_api.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Diff parse files
23
id: diff
24
run: |
25
- git add -N tools/rlparser
+ git add -N tools/rlparser/output
26
git diff --name-only --exit-code
27
continue-on-error: true
28
0 commit comments