We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e6b82 commit 6cd026aCopy full SHA for 6cd026a
1 file changed
{{cookiecutter.package_name}}/.github/workflows/test_deploy.yml
@@ -24,6 +24,9 @@ jobs:
24
python-version: {% raw %}${{ env.PYTHON_VERSION }}{% endraw %}
25
dependencies: dev
26
27
+ - name: Run pre-commit hooks
28
+ run: pre-commit run --all-files
29
+
30
- name: Run tests
31
run: pytest
32
@@ -90,4 +93,4 @@ jobs:
90
93
91
94
- name: Publish to PyPI
92
95
uses: pypa/gh-action-pypi-publish@release/v1
- {% endif %}
96
+ {% endif %}
0 commit comments