Skip to content

Commit a66c08e

Browse files
committed
fix yaml lint
1 parent bc2c501 commit a66c08e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# This workflow will build a Swift project on macOS and Linux
1+
# This workflow will build a Swift project on macOS and Linux
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
33
name: swift-openapi-lambda-build
44

55
on:
66
push:
7-
branches: [ "main" ]
7+
branches: ["main"]
88
pull_request:
99
types: [opened, reopened, synchronize]
1010

@@ -31,4 +31,4 @@ jobs:
3131

3232
swift-6-language-mode:
3333
name: Swift 6 Language Mode
34-
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
34+
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main

0 commit comments

Comments
 (0)