Skip to content

Commit 96fe7b2

Browse files
committed
Fixed new line error with ruff
1 parent 54e7cf1 commit 96fe7b2

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

{{cookiecutter.project_slug}}/.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,4 @@ jobs:
116116
shell: bash
117117
- name: Verify SHA256
118118
run: sha256sum dist/*.whl
119-
shell: bash
120-
{% endraw %}
119+
shell: bash{% endraw %}

{{cookiecutter.project_slug}}/.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,4 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@v4
68-
{% endraw %}
67+
uses: actions/deploy-pages@v4{% endraw %}

{{cookiecutter.project_slug}}/.github/workflows/security.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ jobs:
2828
- name: Run pip-audit
2929
uses: pypa/gh-action-pip-audit@v1.1.0
3030
with:
31-
inputs: requirements.txt
32-
{% endraw %}
31+
inputs: requirements.txt{% endraw %}

0 commit comments

Comments
 (0)