Skip to content

Update ShortcutManager to handle the shortcut handler throwing now #23

Update ShortcutManager to handle the shortcut handler throwing now

Update ShortcutManager to handle the shortcut handler throwing now #23

Workflow file for this run

name: Test
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- main
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-14, macos-latest]
swift: ["6.0.2"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test --disable-xctest 2>&1 | xcbeautify