Skip to content

feat: run typos in CI #35

feat: run typos in CI

feat: run typos in CI #35

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