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 601d170 commit 275d03b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kotlin-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
files: "kotlin/**/*.{kt,kts}"
- name: List changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run:
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
Expand Down

0 comments on commit 275d03b

Please sign in to comment.