Skip to content

Commit

Permalink
fix: use working dir in ktlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 10, 2025
1 parent 55735e8 commit ad67c6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Configure Gradle
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Lint ${{ env.PACKAGE_NAME }}
working-directory: ./aws-sdk-kotlin
run: |
pwd
ls
./gradlew ktlint

0 comments on commit ad67c6b

Please sign in to comment.