Skip to content

Oppgrader til Gradle 8.7 og JVM 21 #350

Oppgrader til Gradle 8.7 og JVM 21

Oppgrader til Gradle 8.7 og JVM 21 #350

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@v4
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-check