Skip to content

회원가입 입력 구현 #11

회원가입 입력 구현

회원가입 입력 구현 #11

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