Skip to content

[DEV] Android Login UI 구성 및 Firebase Auth 연동 #8

[DEV] Android Login UI 구성 및 Firebase Auth 연동

[DEV] Android Login UI 구성 및 Firebase Auth 연동 #8

Workflow file for this run

name: ktlint
on:
pull_request:
branches:
- main
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check