Skip to content

상품 최대 등록 개수 제한 추가 #385

상품 최대 등록 개수 제한 추가

상품 최대 등록 개수 제한 추가 #385

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