Skip to content

update: lint tools and format correctly #22

update: lint tools and format correctly

update: lint tools and format correctly #22

Workflow file for this run

name: lint
on:
push:
branches:
- main
paths:
- '**.swift'
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