Skip to content

Commit 4b0461b

Browse files
chore: add debugging statements.
1 parent d1490d2 commit 4b0461b

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,21 @@ jobs:
2828
- name: list files
2929
shell: bash
3030
run: |
31-
ls .
32-
ls aloha-github-workflows
33-
ls aloha-github-workflows/actions
34-
ls aloha-github-workflows/asdf-install-and-cache
31+
echo ""
32+
echo "ls -alh ."
33+
ls -alh .
34+
echo ""
35+
echo "ls -alh aloha-github-workflows"
36+
ls -alh aloha-github-workflows
37+
echo ""
38+
echo "ls -alh aloha-github-workflows/.github/"
39+
ls -alh aloha-github-workflows/.github
40+
echo ""
41+
echo "ls -alh aloha-github-workflows/.github/actions"
42+
ls -alh aloha-github-workflows/.github/actions
43+
echo ""
44+
echo "ls -alh aloha-github-workflows/.github/actions/asdf-install-and-cache"
45+
ls -alh aloha-github-workflows/.github/actions/asdf-install-and-cache
3546
- uses: actions/setup-python@v6.2.0
3647
- name: Temporary SQLite/LZMA - Install missing libraries
3748
run: sudo apt install -y libsqlite3-dev libbz2-dev

0 commit comments

Comments
 (0)