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 bc2c501 commit a66c08eCopy full SHA for a66c08e
.github/workflows/pull_request.yaml
@@ -1,10 +1,10 @@
1
-# This workflow will build a Swift project on macOS and Linux
+# This workflow will build a Swift project on macOS and Linux
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3
name: swift-openapi-lambda-build
4
5
on:
6
push:
7
- branches: [ "main" ]
+ branches: ["main"]
8
pull_request:
9
types: [opened, reopened, synchronize]
10
@@ -31,4 +31,4 @@ jobs:
31
32
swift-6-language-mode:
33
name: Swift 6 Language Mode
34
- uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
+ uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
0 commit comments