We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f56ee commit 6e86682Copy full SHA for 6e86682
.github/workflows/continuous-integration.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Setup Build
35
uses: ./aws-sdk-kotlin/.github/actions/setup-build
36
- name: Configure Gradle
37
+ working-directory: ./aws-sdk-kotlin
38
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
39
- name: Test
40
working-directory: ./aws-sdk-kotlin
.github/workflows/lint.yml
@@ -18,9 +18,8 @@ jobs:
18
steps:
19
- name: Checkout sources
20
uses: actions/checkout@v4
21
- - name: PWD & LS
22
- run: pwd && ls
23
24
25
- name: Lint ${{ env.PACKAGE_NAME }}
26
run: |
0 commit comments