Skip to content

Commit e8b702d

Browse files
committed
Fix malformed GitHub Actions workflow file
Remove corrupted EOF content from swift.yml
1 parent 11f2611 commit e8b702d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ jobs:
1414
- name: Build Package
1515
run: swift build -v
1616
- name: Run Tests
17-
run: swift test -v
18-
EOF < /dev/null
17+
run: swift test -v

0 commit comments

Comments
 (0)