Skip to content

Commit

Permalink
ci: ci 스크립트에서 ktlint 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sm9171 committed Oct 25, 2023
1 parent 32f1010 commit 9e5f9a7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: ktLint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
fail_on_error: true
level: warning

test:
name: Execute test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e5f9a7

Please sign in to comment.