Skip to content

removed ios 17 tests #289

removed ios 17 tests

removed ios 17 tests #289

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log