Skip to content

Fix build errors in Xcode16-RC #121

Fix build errors in Xcode16-RC

Fix build errors in Xcode16-RC #121

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
SwiftLint:
strategy:
matrix:
xcode_version: ["15.4"]
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- name: Install SwiftLint
run: brew install swiftlint
- name: SwiftLint
run: swiftlint --strict