File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments