Skip to content

Commit 18ae549

Browse files
committed
debug: run ls & pwd to see why path is wrong
1 parent 5075fbc commit 18ae549

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
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout sources
2020
uses: actions/checkout@v2
21+
- name: Run ls
22+
run: ls & pwd
2123
- name: Configure Gradle
2224
uses: ./aws-kotlin-repo-tools/.github/actions/configure-gradle
2325
- name: Lint ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)