Skip to content

Commit

Permalink
fix(ci): head commit ahead base commit (#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwanglzu authored Jul 18, 2021
1 parent 053f8a2 commit a7dd9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
python-version: 3.7
- id: file_changes
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v1.2
- name: docstring check with darglint and pydocstyle
run: ./scripts/docstrings_lint.sh
env:
Expand All @@ -96,7 +96,7 @@ jobs:
with:
python-version: 3.7
- id: file_changes
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v1.2
- name: check black
run: ./scripts/black.sh
env:
Expand Down

0 comments on commit a7dd9c8

Please sign in to comment.