We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37aebf1 commit 094d0e2Copy full SHA for 094d0e2
.github/workflows/node-ci.yml
@@ -61,19 +61,3 @@ jobs:
61
run: npm install
62
- name: Run tests with coverage
63
run: npm run test:coverage
64
-
65
- node-sonarqube:
66
- runs-on: ubuntu-latest
67
- if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
68
- needs: node-test
69
- permissions:
70
- pull-requests: write
71
72
- steps:
73
- - uses: actions/checkout@v4
74
- with:
75
- fetch-depth: 0
76
- - name: SonarQube Scan
77
- uses: SonarSource/sonarqube-scan-action@v6
78
- env:
79
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments