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 f05ed0a commit 8ffdfb6Copy full SHA for 8ffdfb6
.github/workflows/test.yml
@@ -45,3 +45,9 @@ jobs:
45
curl -Os https://uploader.codecov.io/latest/linux/codecov
46
chmod +x codecov
47
./codecov -t ${CODECOV_TOKEN}
48
+ - if: github.ref == 'refs/heads/main'
49
+ name: Test hooks
50
+ run: |
51
+ pip install pre-commit
52
+ pre-commit install
53
+ pre-commit try-repo .
0 commit comments