Skip to content

Commit 75796fa

Browse files
committed
Fix missing newline at end of file in CI workflow
1 parent a7159e1 commit 75796fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
steps:
1414
# - uses: actions/checkout@v5
1515
- run: echo "Hello, world!"
16-
- run: exit 1
16+
- run: exit 1

0 commit comments

Comments
 (0)