List all files in workspace

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 16:45:41 +13:00 committed by GitHub
parent c2c6711b2c
commit 75e2b7d5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Debug
shell: bash
run: ls -lar
- name: Run gotestfmt
working-directory: testdata
shell: bash