Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 10ba7f2

Browse files
committed
Jump to latest swiftlint version
1 parent be1b1ac commit 10ba7f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_swift_tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- swift-version: 5.8.0
1717
carton-version: 0.19.0
1818
swift-format-version: 508.0.1
19-
swift-lint-version: 0.52.2
19+
swift-lint-version: 0.52.3
2020

2121
steps:
2222
- name: Checkout the repo

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
push: ${{ github.event_name != 'pull_request' }}
4747
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ env.DOCKER_TAG }}
4848
build-args: |
49-
SWIFLINT_DOCKER_IMAGE=ghcr.io/realm/swiftlint:0.46.5
49+
SWIFLINT_DOCKER_IMAGE=ghcr.io/realm/swiftlint:0.52.3
5050
CARTON_TAG=0.19.1
5151
SWIFT_DOCKER_IMAGE=swift:5.8.0-jammy
5252
SWIFT_TAG=wasm-5.8.0-RELEASE

0 commit comments

Comments
 (0)