Skip to content

fix: build actions #110

fix: build actions

fix: build actions #110

name: reviewdog
on: [ pull_request ]
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
ktlint_version: 1.4.1
custom_rule_path: spotless/ktlint/ktlint-compose-0.4.22-all.jar