Skip to content

Bump org.junit.jupiter:junit-jupiter-params from 5.12.0 to 5.12.1 #711

Bump org.junit.jupiter:junit-jupiter-params from 5.12.0 to 5.12.1

Bump org.junit.jupiter:junit-jupiter-params from 5.12.0 to 5.12.1 #711

Workflow file for this run

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