Skip to content

chore: introduce swiftformat (#10) #30

chore: introduce swiftformat (#10)

chore: introduce swiftformat (#10) #30

Workflow file for this run

name: Test
on:
push
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run Swift test
run: swift test