소스 검색
Update parse_api.yml
pull/5196/head
Ray
3 주 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/parse_api.yml
|
|
@ -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 |
|
|
|
|
|
|
|