Skip to content

Commit e8ffcd5

Browse files
authored
Merge branch 'main' into fix-warning
2 parents 1ae4199 + 5cb2b03 commit e8ffcd5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: pull_request
1+
name: Pull request
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, synchronize]
4+
pull_request:
5+
types: [opened, reopened, synchronize]
66

77
jobs:
8-
tests:
9-
name: tests
10-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
8+
tests:
9+
name: Test
10+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

0 commit comments

Comments
 (0)