Skip to content

Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in the dependencies group #380

Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in the dependencies group

Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in the dependencies group #380

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