Skip to content

Add URL scheme support for automation and external integration (#286) #172

Add URL scheme support for automation and external integration (#286)

Add URL scheme support for automation and external integration (#286) #172

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- run: brew install swift-format
- run: swift-format lint --recursive .
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- run: |
xcodebuild test \
-project "Leader Key.xcodeproj" \
-scheme "Leader Key" \
-destination "platform=macOS" \
-testPlan "TestPlan" \
-skipPackagePluginValidation \
-skipMacroValidation \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO