Skip to content

로그인 화면 생성, 이메일/비밀번호 유효성 검사, 회원가입 화면으로 전환 #10

로그인 화면 생성, 이메일/비밀번호 유효성 검사, 회원가입 화면으로 전환

로그인 화면 생성, 이메일/비밀번호 유효성 검사, 회원가입 화면으로 전환 #10

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