Skip to content

Commit 992d735

Browse files
committed
style(ci): add missing trailing newline to workflow files
The end-of-file-fixer pre-commit hook flagged both workflow files.
1 parent 64fc416 commit 992d735

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
run: nix develop .#${{ matrix.python }} --command uv sync --extra test
8282

8383
- name: Run tests
84-
run: nix develop .#${{ matrix.python }} --command uv run pytest
84+
run: nix develop .#${{ matrix.python }} --command uv run pytest

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
path: dist/
5656

5757
- name: Publish to PyPI
58-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
58+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

0 commit comments

Comments
 (0)