Skip to content

Commit

Permalink
chore(sonar): action
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandatoledo committed Jul 25, 2024
1 parent fef82c1 commit 4221e2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: ./.github/actions/setup-node-pnpm-install

- name: SonarQube Scan
uses: warchant/setup-sonar-scanner@v3
uses: sonarsource/sonarqube-scan-action@master

- name: Run Sonarqube analysis
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ yarn-error.*
*.tsbuildinfo

expo-env.d.ts
# @end expo-cli
# @end expo-cli
sonar-scanner.properties
.scannerwork/report-task.txt
.scannerwork/.sonar_lock

0 comments on commit 4221e2f

Please sign in to comment.