Skip to content

Swift 5.10 - CI on macOS 14 and Xcode 15.3 #308

Swift 5.10 - CI on macOS 14 and Xcode 15.3

Swift 5.10 - CI on macOS 14 and Xcode 15.3 #308

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