Skip to content

update swift and swift syntax #415

update swift and swift syntax

update swift and swift syntax #415

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