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 9268b0d commit 1c3f9faCopy full SHA for 1c3f9fa
.github/workflows/parse_api.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Diff parse files
23
id: diff
24
run: |
25
- git add -N parser
+ git add -N tools/parser
26
git diff --name-only --exit-code
27
continue-on-error: true
28
0 commit comments