Skip to content

Bump jvm from 1.9.0 to 1.9.10 (#40) #106

Bump jvm from 1.9.0 to 1.9.10 (#40)

Bump jvm from 1.9.0 to 1.9.10 (#40) #106

Workflow file for this run

name: Ktlint
on: [push]
jobs:
Ktlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: musichin/ktlint-check@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: '0.42.1'
warn: true # warn only
# ktlint
relative: true
experimental: true
reporter: |
plain,output=ktlint_report.txt
json,output=ktlint_report.json
patterns: |
**/**.kt
!**/generated/**