Skip to content

feat | splash, 시작 페이지 #6

feat | splash, 시작 페이지

feat | splash, 시작 페이지 #6

Workflow file for this run

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