Skip to content

Commit 2b3d62d

Browse files
committed
Fix check_import.sh 2
1 parent 08ceeb8 commit 2b3d62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run script
1616
run: |
1717
chmod +x ./gdx/check_import.sh
18-
bash ./gdx/check_import.sh ./gdx/build.gradle
18+
bash ./gdx/check_import.sh ./gdx/build.gradle.kts
1919
shell: bash
2020

2121
ktlint:

0 commit comments

Comments
 (0)