Skip to content

Bump gradle/wrapper-validation-action from 3.4.1 to 3.4.2 #422

Bump gradle/wrapper-validation-action from 3.4.1 to 3.4.2

Bump gradle/wrapper-validation-action from 3.4.1 to 3.4.2 #422

Workflow file for this run

name: reviewdog
on: [push]
jobs:
code-style-violations:
name: Check coding style violations
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
ktlint_version: 1.0.1