Skip to content

Feature: Text style #44

Feature: Text style

Feature: Text style #44

Workflow file for this run

name: macos latest
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Swift build & test
run: |
swift build
swift test