We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b3d2d commit 3bd9ec0Copy full SHA for 3bd9ec0
.github/workflows/validate.yml
@@ -27,6 +27,8 @@ jobs:
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Pre-commit hooks
29
uses: pre-commit/[email protected]
30
+ with:
31
+ extra_args: --hook-stage=push
32
- name: Unit Test Coverage
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments