ci: add command to list files in CI workflow
This commit is contained in:
parent
aa2bb187ce
commit
313950e998
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -la
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Install dependencies
|
||||
|
|
Reference in a new issue