Skip to content

Implement upload mission #19

Implement upload mission

Implement upload mission #19

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