Skip to content

add: swiftformat to lint checks on ci #9

add: swiftformat to lint checks on ci

add: swiftformat to lint checks on ci #9

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