Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.6.4 to 1.7.3 #232

Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.6.4 to 1.7.3

Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.6.4 to 1.7.3 #232

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
level: warning
reporter: github-pr-review