Skip to content

Modernize codebase: Swift 6, tests, and cleanup #25

Modernize codebase: Swift 6, tests, and cleanup

Modernize codebase: Swift 6, tests, and cleanup #25

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Lint
run: swiftlint --strict