Skip to content

feat: api 통신 중 access, refresh 토큰 만료 시 처리 로직 구현 #226

feat: api 통신 중 access, refresh 토큰 만료 시 처리 로직 구현

feat: api 통신 중 access, refresh 토큰 만료 시 처리 로직 구현 #226

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