Skip to content

Update home view

Update home view #11

Workflow file for this run

# PR에서 ktLint 검사
name: reviewdog
on: [pull_request]
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@main
- name: ktlint
uses: ScaCap/[email protected]
with:
github_token: ${{ secrets.SECRET_GITHUB_TOKEN }}
reporter: github-pr-check
level: warning