Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Bump com.diffplug.spotless:spotless-plugin-gradle from 6.24.0 to 6.25.0 #23

Bump com.diffplug.spotless:spotless-plugin-gradle from 6.24.0 to 6.25.0

Bump com.diffplug.spotless:spotless-plugin-gradle from 6.24.0 to 6.25.0 #23

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