Skip to content

Commit

Permalink
misc: use path in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 10, 2025
1 parent 5736050 commit 55735e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
path: 'aws-sdk-kotlin'
- name: Configure Gradle
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Lint ${{ env.PACKAGE_NAME }}
Expand Down

0 comments on commit 55735e8

Please sign in to comment.