Skip to content

v0.1.1: Add auto-update checker, fix file opening from Finder #5

v0.1.1: Add auto-update checker, fix file opening from Finder

v0.1.1: Add auto-update checker, fix file opening from Finder #5

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: swift test --parallel