Skip to content

Use latest SwiftLint version 0.57.1 #340

Use latest SwiftLint version 0.57.1

Use latest SwiftLint version 0.57.1 #340

Workflow file for this run

name: SwiftLint
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
SwiftLint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.57.1
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
run: swiftlint --strict