Skip to content

라이브러리 버전 μ—…λ°μ΄νŠΈ #409

라이브러리 버전 μ—…λ°μ΄νŠΈ

라이브러리 버전 μ—…λ°μ΄νŠΈ #409

Workflow file for this run

name: Kotlin Lint Check
on:
pull_request:
paths:
- android/**
jobs:
ktlint:
name: Check Kotlin Format
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
filter_mode: file
github_token: ${{ secrets.github_token }}
reporter: github-pr-review