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 5075fbc commit 18ae549Copy full SHA for 18ae549
.github/workflows/lint.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout sources
20
uses: actions/checkout@v2
21
+ - name: Run ls
22
+ run: ls & pwd
23
- name: Configure Gradle
24
uses: ./aws-kotlin-repo-tools/.github/actions/configure-gradle
25
- name: Lint ${{ env.PACKAGE_NAME }}
0 commit comments