Skip to content

Commit 6452e94

Browse files
authored
Disable format check in github actions (#82)
Currently the format check isn't enabled in [swift-foundation](https://github.com/itingliu/swift-foundation/blame/32fd38c918b8c9b19288435faf27b53302c22ce0/.github/workflows/pull_request.yml#L47). Disable the format check in swift-foundation-icu to be consistent with swift-foundation.
1 parent 54d1ecd commit 6452e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
name: Soundness
2222
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
2323
with:
24+
format_check_enabled: false
2425
license_header_check_project_name: "Swift.org"
2526
license_header_check_enabled: false
2627
unacceptable_language_check_enabled: false

0 commit comments

Comments
 (0)