Skip to content

Commit a7f56ee

Browse files
committed
misc: pwd && ls becasue action can't be found
1 parent 4117e05 commit a7f56ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout sources
2020
uses: actions/checkout@v4
21+
- name: PWD & LS
22+
run: pwd && ls
2123
- name: Configure Gradle
2224
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
2325
- name: Lint ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)