Skip to content

Meta tweaks

Meta tweaks #212

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: macos-13-xl
steps:
- uses: actions/checkout@v3
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: norio-nomura/[email protected]