Skip to content

Commit

Permalink
Fix whitespace stripping in build.yml
Browse files Browse the repository at this point in the history
Related to #636
  • Loading branch information
abelsiqueira committed Aug 29, 2024
1 parent f197531 commit 2bd03e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Verify that we can build the package
run: python -m build

{%- if AddLinting -%}
{%- if AddLinting %}
lint:
name: Linting build
runs-on: ubuntu-latest
Expand All @@ -63,4 +63,4 @@ jobs:
run: |
ruff check
ruff format --check
{%- endif -%}
{%- endif %}

0 comments on commit 2bd03e2

Please sign in to comment.