Skip to content

fix(#13): Separate Cursor Updates, Fix Focus Issues #4

fix(#13): Separate Cursor Updates, Fix Focus Issues

fix(#13): Separate Cursor Updates, Fix Focus Issues #4

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 CodeEditTextView
needs: swiftlint
uses: ./.github/workflows/tests.yml
secrets: inherit