Skip to content

Add .swift-format and fix lint warnings #2

Add .swift-format and fix lint warnings

Add .swift-format and fix lint warnings #2

Workflow file for this run

name: Verify Changes
on:
pull_request:
branches: "**"
jobs:
lint:
name: Lint
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Select Xcode 16.4
run: |
sudo xcode-select -s /Applications/Xcode_16.4.0.app
- name: Lint
run: |
Scripts/lint