Skip to content

Commit 55735e8

Browse files
committed
misc: use path in lint workflow
1 parent 5736050 commit 55735e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout sources
2323
uses: actions/checkout@v4
24+
with:
25+
path: 'aws-sdk-kotlin'
2426
- name: Configure Gradle
2527
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
2628
- name: Lint ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)