Skip to content

Material3, Solution of PopBackStack #77

Material3, Solution of PopBackStack

Material3, Solution of PopBackStack #77

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.3.1
custom_rule_path: spotless/ktlint/ktlint-compose-0.4.5-all.jar