From 8f8d71020ce0290d3b497da189e1ce365bc35021 Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Mon, 3 Jul 2023 09:10:16 -0500 Subject: [PATCH] chore: Update Swiftlint to 0.52.3 (#569) --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd7e22a34..4fe7aa203 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,13 +14,13 @@ jobs: uses: actions/checkout@v2 - name: Run ktlint run: ./gradlew ktlint + swiftlint: runs-on: ubuntu-latest container: - image: ghcr.io/realm/swiftlint:0.50.3 + image: ghcr.io/realm/swiftlint:0.52.3 steps: - name: Checkout sources uses: actions/checkout@v2 - name: Run swiftlint run: swiftlint --reporter github-actions-logging -