Skip to content

[CI] Add Swift 5.9 CI jobs #172

[CI] Add Swift 5.9 CI jobs

[CI] Add Swift 5.9 CI jobs #172

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.53.0
steps:
- uses: actions/checkout@v3
- name: SwiftLint
run: swiftlint lint --strict