From 313950e99811e66cc010c5f745cd67390076766c Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 10:42:43 +0100 Subject: [PATCH] ci: add command to list files in CI workflow --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 59491fe..f2b1654 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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