File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ bake-with-inputs: ## bake with inputs and overwrite if exists.
77 @cookiecutter . --overwrite-if-exists
88
99.PHONY : bake-and-test-deploy
10- bake-and-test-deploy :
10+ bake-and-test-deploy : # # For quick publishing to cookiecutter-poetry-example to test GH Actions
1111 @rm -rf cookiecutter-poetry-example || true
1212 @cookiecutter --no-input . --overwrite-if-exists \
1313 author=" Florian Maas" \
Original file line number Diff line number Diff line change 2222 - name : Set up the environment
2323 uses : ./.github/actions/setup-poetry-env
2424
25- - name : Run pre-commit
26- run : poetry run pre-commit run -a --show-diff-on-failure
27- {% if cookiecutter.deptry == "y" %}
28- - name : Inspect dependencies
29- run : poetry run deptry .
30- {%- endif %}
31-
32- - name : Check Poetry lock file consistency
33- run : poetry lock --check
25+ - name : Run checks
26+ run : make check
3427
3528 tox :
3629 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments