Skip to content

chore(#25): 같이 사용할 공용 라이브러리 추가(hilt,navigation,retrofit,databinding,v… #2

chore(#25): 같이 사용할 공용 라이브러리 추가(hilt,navigation,retrofit,databinding,v…

chore(#25): 같이 사용할 공용 라이브러리 추가(hilt,navigation,retrofit,databinding,v… #2

Workflow file for this run

name: AOS-ktlint
on:
pull_request:
branches:
- main
- AOS-develop
push:
paths:
- '**.kt'
jobs:
ktlint:
name: AOS-ktlint
runs-on: ubuntu-latest
steps:
- name: checkout mindsync
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