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 5e95f52 commit c1580b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

jobs:
tests:
sonar:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout project repo
Expand All @@ -29,7 +29,7 @@ jobs:
uses: ./.github/actions/setup-node-pnpm-install

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

- name: Run Sonarqube analysis
run: |
Expand Down

0 comments on commit c1580b4

Please sign in to comment.