Skip to content

3.2.2

3.2.2 #63

Workflow file for this run

name: Kotlin Linter
on: [pull_request]
jobs:
ktlint:
name: Run Kotlin Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
ktlint_version: 1.1.1
reporter: github-pr-review
level: warning