Skip to content

Update to latest LSP stuff #42

Update to latest LSP stuff

Update to latest LSP stuff #42

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
jobs:
test:
name: Test
runs-on: macOS-13
steps:
- uses: actions/checkout@v3
- name: Test
run: set -o pipefail && xcodebuild -scheme ChimeKit-Package -destination "platform=macOS" test | xcpretty