Fix #1729: Status bar cursor updates without requiring a tab switch #2003
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI - Pull Request | |
| on: | |
| pull_request: | |
| branches: | |
| - 'main' | |
| workflow_dispatch: | |
| jobs: | |
| swiftlint: | |
| name: SwiftLint | |
| uses: ./.github/workflows/lint.yml | |
| secrets: inherit | |
| test: | |
| name: Testing CodeEdit | |
| needs: swiftlint | |
| uses: ./.github/workflows/tests.yml | |
| secrets: inherit |