Skip to content

Follow-up to #792 (multi-LSP support) #1311

Follow-up to #792 (multi-LSP support)

Follow-up to #792 (multi-LSP support) #1311

Workflow file for this run

name: CI Checks - Swift Tests
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-swift:
timeout-minutes: 60
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set default Rust version to stable
run: rustup default stable
- name: Generate Swift bindings
run: ./scripts/uniffi_bindgen_generate_swift.sh