Skip to content

Commit ec35aa5

Browse files
committed
style: fix EOF newlines in github yml files
1 parent 548b4a1 commit ec35aa5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/on_push_branch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
build-test:
9+
unit-tests:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
@@ -26,4 +26,3 @@ jobs:
2626
- name: Test
2727
run: |
2828
poetry run python -m pytest
29-

.github/workflows/on_push_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
uses: peaceiris/actions-gh-pages@v3
5252
with:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}
54-
publish_dir: docs/build
54+
publish_dir: docs/build

.github/workflows/on_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ jobs:
2323
poetry version $(git describe --tags --abbrev=0)
2424
poetry build
2525
poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
26-

0 commit comments

Comments
 (0)