Skip to content

Commit

Permalink
#390 rename PR linting check file to match dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Apr 26, 2024
1 parent 4811735 commit 55bf1b7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr_swift_lint
name: pr_swiftlint
on:
pull_request_target:
branches:
Expand All @@ -12,7 +12,8 @@ jobs:
name: Run SwiftLint

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1

0 comments on commit 55bf1b7

Please sign in to comment.