Skip to content

chore: 앱 삭제 시 앱 내부 데이터 삭제해주는 코드 추가 #288

chore: 앱 삭제 시 앱 내부 데이터 삭제해주는 코드 추가

chore: 앱 삭제 시 앱 내부 데이터 삭제해주는 코드 추가 #288

Workflow file for this run

name: reviewdog
on:
pull_request:
branches: ["develop"]
paths:
- .github/workflows/android-lint.yml
- '*/src/**'
- gradle/**
- '**.gradle'
- gradle.properties
- gradlew*
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-review # Change reporter