Skip to content

Commit 92994b5

Browse files
authored
Merge pull request #647 from NLeSC/636-bug-invalid-workflow-file
Fix build.yml workflow
2 parents cd751a0 + 2bd03e2 commit 92994b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/{% if AddGitHubActionBuild %}build.yml{% endif %} renamed to 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)