From 55bf1b7764ed5a86a86ead23b9b4507e8eb5c4af Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Sat, 27 Apr 2024 01:25:49 +0200 Subject: [PATCH] #390 rename PR linting check file to match dependency name --- .github/workflows/{pr_swift_lint.yaml => pr_swiftlint.yaml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{pr_swift_lint.yaml => pr_swiftlint.yaml} (78%) diff --git a/.github/workflows/pr_swift_lint.yaml b/.github/workflows/pr_swiftlint.yaml similarity index 78% rename from .github/workflows/pr_swift_lint.yaml rename to .github/workflows/pr_swiftlint.yaml index e2bcdcc7..e36d4589 100644 --- a/.github/workflows/pr_swift_lint.yaml +++ b/.github/workflows/pr_swiftlint.yaml @@ -1,4 +1,4 @@ -name: pr_swift_lint +name: pr_swiftlint on: pull_request_target: branches: @@ -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