We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4117e05 commit a7f56eeCopy full SHA for a7f56ee
.github/workflows/lint.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout sources
20
uses: actions/checkout@v4
21
+ - name: PWD & LS
22
+ run: pwd && ls
23
- name: Configure Gradle
24
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
25
- name: Lint ${{ env.PACKAGE_NAME }}
0 commit comments