Skip to content

Update README.md

Update README.md #13

Workflow file for this run

name: Lint Swift Sources
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
swiftformat:
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Select Xcode Version
run: ./.scripts/xcode-select
- name: Lint with SwiftFormat
run: ./.scripts/lint-swiftformat