Skip to content

Commit 38bc7ce

Browse files
committed
workflows: Fix yamllint formatting
1 parent 32167af commit 38bc7ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
types: [opened, reopened, synchronize]
66

77
jobs:
8-
# tests:
9-
# name: Test
10-
# uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11-
# with:
12-
# linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
8+
# tests:
9+
# name: Test
10+
# uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+
# with:
12+
# linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
1313
soundness:
1414
name: Soundness
1515
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)