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 812b56b commit 66b7bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
swift build -c release
cd "${GITHUB_WORKSPACE}"
- name: Run soundness
env:
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 66b7bc3

Please sign in to comment.