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.
2 parents 26fbd13 + 1f01ae4 commit 5cb2b03Copy full SHA for 5cb2b03
.github/workflows/pull_request.yml
@@ -1,10 +1,10 @@
1
-name: pull_request
+name: Pull request
2
3
on:
4
- pull_request:
5
- types: [opened, reopened, synchronize]
+ pull_request:
+ types: [opened, reopened, synchronize]
6
7
jobs:
8
- tests:
9
- name: tests
10
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ tests:
+ name: Test
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
0 commit comments