Skip to content

Commit c4ba8a6

Browse files
committed
style: add newlines in the end of files
1 parent 4819db1 commit c4ba8a6

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
name: macos-${{env.artifact}}
9090
path: |
9191
${{env.build-dir}}/libspla_x64.dylib
92-
${{env.build-dir}}/libspla_arm64.dylib
92+
${{env.build-dir}}/libspla_arm64.dylib

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: jidicula/clang-format-action@v4.15.0
3333
with:
3434
clang-format-version: '20'
35-
check-path: ${{ matrix.path }}
35+
check-path: ${{ matrix.path }}

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
python setup.py sdist bdist_wheel
4242
twine upload --verbose --repository testpypi dist/*
43-
working-directory: python
43+
working-directory: python

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: |
4343
python setup.py sdist bdist_wheel
4444
twine upload --verbose dist/*
45-
working-directory: python
45+
working-directory: python

.github/workflows/docs-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./pydocs/
39-
destination_dir: docs-python
39+
destination_dir: docs-python

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ jobs:
105105
- name: Cleanup workspace
106106
run: |
107107
rm -rf ${{ github.workspace }}/*
108-
rm -rf ${{ github.workspace }}/.*
108+
rm -rf ${{ github.workspace }}/.*

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106

107107
- name: Check for tests results
108108
run: |
109-
! grep -q "FAILED" ${{ env.test-file }}
109+
! grep -q "FAILED" ${{ env.test-file }}

0 commit comments

Comments
 (0)