Skip to content

Commit

Permalink
precheck fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sctop committed Nov 19, 2023
1 parent 7d58484 commit 1809feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:

# Pre-check the json
- name: Json Precheck
run: python precheck.py
run: python ./precheck.py
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Pre-check the json
- name: Json Precheck
run: python precheck.py
run: python ./precheck.py

# Dispatch the parser
- name: Repository Dispatch
Expand Down

0 comments on commit 1809feb

Please sign in to comment.