Skip to content

Rework Async tree-sitter Model, Fix Strong Ref Cycle #168

Rework Async tree-sitter Model, Fix Strong Ref Cycle

Rework Async tree-sitter Model, Fix Strong Ref Cycle #168

Workflow file for this run

name: CI - Pull Request
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
uses: ./.github/workflows/swiftlint.yml
secrets: inherit
test:
name: Testing CodeEditSourceEditor
needs: swiftlint
uses: ./.github/workflows/tests.yml
secrets: inherit