diff --git a/.github/workflows/lint-kotlin.yml b/.github/workflows/lint-kotlin.yml index a3b0913272e..52a0e55faf2 100644 --- a/.github/workflows/lint-kotlin.yml +++ b/.github/workflows/lint-kotlin.yml @@ -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 @@ -34,4 +34,3 @@ jobs: run: | ktlint --reporter=plain?group_by_file --editorconfig=".github/linters/ktlint_config" continue-on-error: false -