Skip to content

초기 화면 화면 전환 기능 추가 #6

초기 화면 화면 전환 기능 추가

초기 화면 화면 전환 기능 추가 #6

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