Skip to content

[DEV] Manifest 어플리케이션 이름 변경 #2

[DEV] Manifest 어플리케이션 이름 변경

[DEV] Manifest 어플리케이션 이름 변경 #2

Workflow file for this run

name: ktlint
on:
pull_request:
branches:
- main
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.ACTION_TOKEN }}
reporter: github-pr-check