Skip to content

Commit

Permalink
Specify Ktlint version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Jan 2, 2024
1 parent d74bcaa commit cd86e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: ktlint-check
uses: musichin/ktlint-check@v3.0.0
with:
version: '1.1.0'
ktlint-version: '1.1.0'
reporter: plain?group_by_file,output=${{ env.lintResultFilename }}
relative: true
continue-on-error: true
Expand Down

0 comments on commit cd86e95

Please sign in to comment.