Skip to content

Tolerate more shapes of SourceKit output with Swift 6 (#823) #336

Tolerate more shapes of SourceKit output with Swift 6 (#823)

Tolerate more shapes of SourceKit output with Swift 6 (#823) #336

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.52.2
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
run: swiftlint --strict