Skip to content

Enable users to specify their preferred Swift syntax options to facilitate a flexible transition #419

Enable users to specify their preferred Swift syntax options to facilitate a flexible transition

Enable users to specify their preferred Swift syntax options to facilitate a flexible transition #419

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: macos-26
steps:
- uses: actions/checkout@v5
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: norio-nomura/action-swiftlint@3.2.1