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 2294275a8b - Show all commits

View File

@ -33,8 +33,8 @@ jobs:
- name: Echo
run: |
echo "PR Number: ${{ github.event.pull_request.number }}"
echo "PR Branch: ${{ github.event.pull_request.head.ref }}"
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