generated from nhcarrigan/template
feat(tools): set up sonar #1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user