Skip to content

Commit ad67c6b

Browse files
committed
fix: use working dir in ktlint workflow
1 parent 55735e8 commit ad67c6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Configure Gradle
2727
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
2828
- name: Lint ${{ env.PACKAGE_NAME }}
29+
working-directory: ./aws-sdk-kotlin
2930
run: |
30-
pwd
31-
ls
3231
./gradlew ktlint

0 commit comments

Comments
 (0)