Skip to content

Commit 3e68a8d

Browse files
committed
fix: ensure newline at end of file in release.yml and main.scss
1 parent 15e1ac6 commit 3e68a8d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11-
11+
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
@@ -29,4 +29,4 @@ jobs:
2929
release_name: Release ${{ github.ref }}
3030
body_path: RELEASE_NOTES.md
3131
draft: false
32-
prerelease: false
32+
prerelease: false

docs/assets/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ a:hover {
127127
border: 1px solid #E0E0E0;
128128
border-radius: 5px;
129129
}
130-
}
130+
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
9999

100100
- [GitHub Repository](https://github.com/mojnomiya/pathao-python)
101101
- [PyPI Package](https://pypi.org/project/pathao/)
102-
- [Issue Tracker](https://github.com/mojnomiya/pathao-python/issues)
102+
- [Issue Tracker](https://github.com/mojnomiya/pathao-python/issues)

0 commit comments

Comments
 (0)