Skip to content

Upgrade all targets to iOS 18.0 and macOS 15.0 minimum #608

Upgrade all targets to iOS 18.0 and macOS 15.0 minimum

Upgrade all targets to iOS 18.0 and macOS 15.0 minimum #608

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch:
pull_request:
branches:
- main
- dev
push:
branches:
- main
- dev
jobs:
SwiftLint:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
- name: SwiftLint
run: swiftlint --quiet --reporter github-actions-logging