Skip to content

Commit

Permalink
Chore: (#6) lint.yml 파일 수정
Browse files Browse the repository at this point in the history
파일 이름이 ktlin에 종속된거 같아 lint로 수정
push 할때도 작동할 수 있게 변경
그 외 이름 및 코드 간격 변경
  • Loading branch information
alsdl0629 committed Oct 2, 2023
1 parent 6728df6 commit e035e1c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ktlint-check.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Lint

on: [push, pull_request]

jobs:
ktlint:
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.github_token }}
reporter: github-pr-check

0 comments on commit e035e1c

Please sign in to comment.