From 72d319e2c82f75a16747a4690c78c49773fd7386 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Thu, 29 Jun 2023 18:59:11 -0700 Subject: [PATCH] Update SwiftLint GitHub Action (#14) Signed-off-by: Paul Schmiedmayer --- .github/workflows/swiftlint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index 3e9ada3..9ca9957 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -20,7 +20,6 @@ jobs: with: fetch-depth: 0 - name: SwiftLint - uses: sinoru/actions-swiftlint@v6 + uses: stanfordbdhg/action-swiftlint@v4 with: - swiftlint-version: '0.50.0' - swiftlint-args: --strict + args: --strict