feat(#328): 움직임 모드에서 선택된 노드와 부모 노드 간의 연결선 해제 #535
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AOS-ktlint | |
on: | |
pull_request: | |
branches: | |
- AOS-develop | |
- AOS-*/** | |
push: | |
paths: | |
- '**.kt' | |
jobs: | |
ktlint: | |
name: AOS-ktlint | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout mindsync | |
uses: actions/checkout@master | |
with: | |
fetch-depth: 1 | |
- name: ktlint | |
uses: ScaCap/action-ktlint@master | |
with: | |
github_token: ${{ secrets.github_token }} | |
reporter: github-pr-check |