We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac2494 commit e271490Copy full SHA for e271490
.github/workflows/pull_request.yml
@@ -26,6 +26,10 @@ jobs:
26
container:
27
image: "swift:6.0-noble"
28
steps:
29
+ - name: Checkout repository
30
+ uses: actions/checkout@v4
31
+ - name: Swift version
32
+ run: swift --version
33
- name: WasmBuild
34
# TODO: Update this to use swift-nio once https://github.com/apple/swift-nio/pull/3159/ is merged
35
run: |
0 commit comments