We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dd8bf commit 3851987Copy full SHA for 3851987
.github/workflows/pull_request.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
with:
15
api_breakage_check_container_image: "swift:6.2-noble"
16
- format_check_container_image: "swift:6.2-noble"
+ format_check_container_image: "swiftlang/swift:nightly-main-noble" # Needed due to https://github.com/swiftlang/swift-format/issues/1081
17
license_header_check_project_name: "Swift HTTP Server"
18
19
unit-tests:
0 commit comments