Skip to content

Merge pull request #18 from PaulSolt/feat/sidebar-row-download #12

Merge pull request #18 from PaulSolt/feat/sidebar-row-download

Merge pull request #18 from PaulSolt/feat/sidebar-row-download #12

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: macos-26
steps:
- uses: actions/checkout@v4
- name: Set up Swift 6.2
uses: swift-actions/setup-swift@v2
with:
swift-version: "6.2"
- name: Test
run: swift test