File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 88
99
1010REMOVE_PATHS : list [str ] = [
11+ "{% if not cookiecutter.add_rust_extension %}rust{% endif %}" ,
12+ "{% if not cookiecutter.add_rust_extension %}.github/workflows/lint-rust.yml{% endif %}" ,
13+ "{% if not cookiecutter.add_rust_extension %}.github/workflows/build-rust.yml{% endif %}" ,
14+ "{% if not cookiecutter.add_rust_extension %}.github/workflows/test-rust.yml{% endif %}" ,
1115 "{% if cookiecutter.repository_provider != 'github' %}.github{% endif %}" ,
1216 "{% if cookiecutter.repository_provider != 'gitlab' %}.gitlab-ci.yml{% endif %}" ,
1317 "{% if cookiecutter.repository_provider != 'bitbucket' %}bitbucket-pipelines.yml{% endif %}" ,
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments