feat(tools): set up sonar #1

Merged
naomi merged 19 commits from feat/sonar into main 2025-02-26 13:03:33 -08:00
Showing only changes of commit 8ad1b29575 - Show all commits

@ -31,6 +31,11 @@ jobs:
- name: Run Tests
run: pnpm run test
- name: Echo
run: |
echo "PR Number: ${{ github.event.pull_request.number }}"
echo "PR Branch: ${{ github.event.pull_request.head.ref }}"
- name: Sonar
uses: SonarSource/sonarqube-scan-action@v4
timeout-minutes: 10