ci: add command to list files in CI workflow

This commit is contained in:
Jan Gleytenhoover 2025-02-19 10:42:43 +01:00
parent aa2bb187ce
commit 313950e998
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -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