Skip to content

Commit

Permalink
Jump to latest swiftlint version
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Jun 29, 2023
1 parent be1b1ac commit 10ba7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_swift_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- swift-version: 5.8.0
carton-version: 0.19.0
swift-format-version: 508.0.1
swift-lint-version: 0.52.2
swift-lint-version: 0.52.3

steps:
- name: Checkout the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ env.DOCKER_TAG }}
build-args: |
SWIFLINT_DOCKER_IMAGE=ghcr.io/realm/swiftlint:0.46.5
SWIFLINT_DOCKER_IMAGE=ghcr.io/realm/swiftlint:0.52.3
CARTON_TAG=0.19.1
SWIFT_DOCKER_IMAGE=swift:5.8.0-jammy
SWIFT_TAG=wasm-5.8.0-RELEASE
Expand Down

0 comments on commit 10ba7f2

Please sign in to comment.