Skip to content

remove: swift 5.7 and 5.8 support on CI #13

remove: swift 5.7 and 5.8 support on CI

remove: swift 5.7 and 5.8 support on CI #13

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: swiftlint --strict
- run: swiftformat . --lint --strict