From 9f1a50bd4217bb5f407832af91554ad6b8b4eae9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 24 Oct 2023 11:46:02 +0300 Subject: [PATCH] test --- .github/workflows/pull_request_for_chains.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_for_chains.yaml b/.github/workflows/pull_request_for_chains.yaml index c432ddbab..1d1948e16 100644 --- a/.github/workflows/pull_request_for_chains.yaml +++ b/.github/workflows/pull_request_for_chains.yaml @@ -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