Skip to content

Commit 3bd9ec0

Browse files
committed
Second try to fix validation errors when merging a review
1 parent b9b3d2d commit 3bd9ec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2828
- name: Pre-commit hooks
2929
uses: pre-commit/[email protected]
30+
with:
31+
extra_args: --hook-stage=push
3032
- name: Unit Test Coverage
3133
env:
3234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)