Skip to content

added formatting instructions #29

added formatting instructions

added formatting instructions #29

name: Lint
on:
pull_request:
branches:
- master
- develop
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: SwiftFormat
run: swiftformat --lint . --swiftversion 5.7 --reporter github-actions-log