Skip to content

ktlint --format

ktlint --format #3

Workflow file for this run

name: ktlint
on:
push:
branches: [ktlint-github-action]
jobs:
ktlint:
name: Check Code Quality with ktlint
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check