Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream authored Apr 22, 2024
1 parent 66b7bc3 commit e073b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd "${GITHUB_WORKSPACE}"
- name: Run soundness
env:
SWIFTFORMAT_BIN: ${GITHUB_WORKSPACE}/../swift-format/.build/release/swift-format
SWIFTFORMAT_BIN: "${GITHUB_WORKSPACE}/../swift-format/.build/release/swift-format"
run: |
scripts/soundness.sh
exit $(git status --porcelain | wc -l)
Expand Down

0 comments on commit e073b7c

Please sign in to comment.