From a63a72445740c9f83200abf908cb53ea3a653bc0 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 20 Dec 2025 21:10:15 +0100 Subject: [PATCH] ffs --- .forgejo/workflows/playing-around.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index 2e21fc3..077037b 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -15,3 +15,9 @@ jobs: uses: https://code.forgejo.org/actions/setup-node@v4 with: node-version: "22" + + - name: Install dependencies + run: npm ci + + - name: Build Astro project + run: npm run build