Skip to content

Commit 2bd03e2

Browse files
committed
Fix whitespace stripping in build.yml
Related to #636
1 parent f197531 commit 2bd03e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/{% if AddGitHubActionBuild %}build.yml{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Verify that we can build the package
3939
run: python -m build
4040

41-
{%- if AddLinting -%}
41+
{%- if AddLinting %}
4242
lint:
4343
name: Linting build
4444
runs-on: ubuntu-latest
@@ -63,4 +63,4 @@ jobs:
6363
run: |
6464
ruff check
6565
ruff format --check
66-
{%- endif -%}
66+
{%- endif %}

0 commit comments

Comments
 (0)