Skip to content

Commit 02fa5ec

Browse files
authored
Update formatting Swift version to main (#51)
This PR changes the image container for the formatting action from 6.2 to main, to get around swiftlang/swift-format#1081
1 parent 08dd8bf commit 02fa5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1414
with:
1515
api_breakage_check_container_image: "swift:6.2-noble"
16-
format_check_container_image: "swift:6.2-noble"
16+
format_check_container_image: "swiftlang/swift:nightly-main-noble" # Needed due to https://github.com/swiftlang/swift-format/issues/1081
1717
license_header_check_project_name: "Swift HTTP Server"
1818

1919
unit-tests:

0 commit comments

Comments
 (0)