From 672caec903e24baaadc14e41b72b6986ad3dd20e Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 6 Feb 2026 21:56:13 -0500 Subject: [PATCH] ci: add build step to CI workflow Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2bd7dda..4f9b8cd 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -17,6 +17,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Build + run: npx @kinvolk/headlamp-plugin build + - name: Lint run: npx eslint --ext .ts,.tsx src/