Skip to content

Commit

Permalink
chore: Update Swiftlint to 0.52.3 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Jul 3, 2023
1 parent ee7c8e3 commit 8f8d710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8f8d710

Please sign in to comment.