Skip to content

Ask the daemon whether it is running before stopping it #29

Ask the daemon whether it is running before stopping it

Ask the daemon whether it is running before stopping it #29

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: macos-26
steps:
- uses: actions/checkout@v4
- name: Install XcodeGen
run: brew install xcodegen
- name: Generate project
run: xcodegen generate
- name: Build and test
run: xcodebuild -scheme PassQuickAccess -destination 'platform=macOS' test