Skip to content

Commit d1490d2

Browse files
chore(workflows/pre-commit): try sparse checkout and include step to list file paths.
1 parent 66af348 commit d1490d2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
ref: main
2424
token: ${{ secrets.ORG_RO_ALOHA_GITHUB_WORKFLOWS_FG_PAT }}
2525
path: aloha-github-workflows
26+
sparse-checkout:
27+
.github/actions/asdf-install-and-cache
28+
- name: list files
29+
shell: bash
30+
run: |
31+
ls .
32+
ls aloha-github-workflows
33+
ls aloha-github-workflows/actions
34+
ls aloha-github-workflows/asdf-install-and-cache
2635
- uses: actions/setup-python@v6.2.0
2736
- name: Temporary SQLite/LZMA - Install missing libraries
2837
run: sudo apt install -y libsqlite3-dev libbz2-dev

0 commit comments

Comments
 (0)