Skip to content

Commit

Permalink
Merge pull request #823 from ahoppen/actions-improvements
Browse files Browse the repository at this point in the history
Use human-readable names in pull_request action and consistently use 2 spaces for indentation
  • Loading branch information
shahmishal authored Sep 30, 2024
2 parents 26fbd13 + 1f01ae4 commit 5cb2b03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pull_request
name: Pull request

on:
pull_request:
types: [opened, reopened, synchronize]
pull_request:
types: [opened, reopened, synchronize]

jobs:
tests:
name: tests
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 comments on commit 5cb2b03

Please sign in to comment.