fix: there's an action????? fuck yeah
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 1m14s

This commit is contained in:
Naomi Carrigan 2025-02-26 12:24:00 -08:00
parent 8caac6e3c1
commit fc1920329c
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -32,6 +32,8 @@ jobs:
run: pnpm run test
- name: Sonar
run: npx @sonar/scan -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com -Dsonar.token=$SONAR_TOKEN
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: "https://quality.nhcarrigan.com"
SONAR_PROJECT_KEY: "typescript-config"