Skip to content

Commit

Permalink
Update kotlin-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws authored Jun 3, 2024
1 parent 7107267 commit 601d170
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kotlin-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: tj-actions/changed-files@v41
with:
files: "kotlin/**/*.{kt,kts}"
- name: List changed files
run:
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
done
- name: Install ktlint via curl
if: steps.changed-files.outputs.any_changed == 'true'
run: |
Expand Down

0 comments on commit 601d170

Please sign in to comment.