Skip to content

refactor: move SyncOrchestrator off Dispatchers.Main onto a dedicated IO scope #720

refactor: move SyncOrchestrator off Dispatchers.Main onto a dedicated IO scope

refactor: move SyncOrchestrator off Dispatchers.Main onto a dedicated IO scope #720

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: '21'
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v6
- name: Test, lint & detekt
run: ./gradlew testDebugUnitTest lintDebug detekt