From fa7f7ec138bc53307049783a1bb0f6c5affefcd3 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 26 Feb 2025 12:17:35 -0800 Subject: [PATCH] feat: let's just install it as npm module? --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 78c27d3..f65b848 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: - name: Run Tests run: pnpm run test + - name: Prep Sonar + run: pnpm i @sonar/scan + - name: Sonar run: sonar-scanner -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com env: