Skip to content

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.0 #181

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.0

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.0 #181

Workflow file for this run

name: CI
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build test