Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Oct 24, 2023
1 parent bbe44a8 commit 9f1a50b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request_for_chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
run: echo This comment was written by a bot! >> ${{ env.BODY_FILE }}

- name: Run check_json.py
run: |
pre-commit run --files $(git diff --name-only origin/master | grep 'chains/.*\.json') >> ${{ env.BODY_FILE }}
run: make check-chains-file

- name: Find Comment
uses: peter-evans/find-comment@v2
Expand Down

0 comments on commit 9f1a50b

Please sign in to comment.