Skip to content

Feature | #5 | @lcomment | Security 관련 WebClient 모듈 구현 #3

Feature | #5 | @lcomment | Security 관련 WebClient 모듈 구현

Feature | #5 | @lcomment | Security 관련 WebClient 모듈 구현 #3

Workflow file for this run

name: reviewdog
on: [pull_request]
permissions: read-all
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@main
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
android: true
fail_on_error: true
level: warning