Commit 45c49f0 1 parent 66d84b9 commit 45c49f0 Copy full SHA for 45c49f0
File tree 2 files changed +9
-2
lines changed
template/{% if ci == 'github' %}.github{% endif %}/workflows
{{ cookiecutter.__project_name_kebab_case }}/.github/workflows
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 36
36
- name: Start Dev Container
37
37
run: |
38
38
git config --global init.defaultBranch main
39
- PYTHON_VERSION={% raw %} ${{{% endraw %} matrix.python-version }}{% if project_type == 'package' %} RESOLUTION_STRATEGY={% raw %} ${{{% endraw %} matrix.resolution-strategy }}{% endif %} devcontainer up --workspace-folder .
39
+ devcontainer up --workspace-folder .
40
+ env:
41
+ PYTHON_VERSION: {% raw %} ${{{% endraw %} matrix.python-version }}
42
+ {% - if project_type == 'package' %}
43
+ RESOLUTION_STRATEGY: {% raw %} ${{{% endraw %} matrix.resolution-strategy }}
44
+ {% - endif %}
40
45
41
46
- name: Lint {{ project_type }}
42
47
run: devcontainer exec --workspace-folder . poe lint
Original file line number Diff line number Diff line change 33
33
- name : Start Dev Container
34
34
run : |
35
35
git config --global init.defaultBranch main
36
- PYTHON_VERSION={% raw %}${{{% endraw %} matrix.python-version }} devcontainer up --workspace-folder .
36
+ devcontainer up --workspace-folder .
37
+ env :
38
+ PYTHON_VERSION : {% raw %}${{{% endraw %} matrix.python-version }}
37
39
38
40
- name : Lint {{ cookiecutter.project_type }}
39
41
run : devcontainer exec --workspace-folder . poe lint
You can’t perform that action at this time.
0 commit comments