Skip to content

Commit

Permalink
Update lint-kotlin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws authored Jun 20, 2024
1 parent ddf715e commit db274bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout files
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
Expand All @@ -34,4 +34,3 @@ jobs:
run: |
ktlint --reporter=plain?group_by_file --editorconfig=".github/linters/ktlint_config"
continue-on-error: false

0 comments on commit db274bd

Please sign in to comment.