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 f4d74be56d - Show all commits

View File

@ -28,12 +28,6 @@ jobs:
- name: Install Dependencies
run: pnpm install
- name: Lint Source Files
run: pnpm run lint
- name: Verify Build
run: pnpm run build
- name: Run Tests
run: pnpm run test