We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3bc4a commit d4304bbCopy full SHA for d4304bb
1 file changed
.github/workflows/ci.yml
@@ -71,11 +71,4 @@ jobs:
71
with:
72
token: ${{ secrets.CODECOV_ORG_TOKEN }}
73
74
- - name: Run SonarQube scanner
75
- uses: SonarSource/sonarqube-scan-action@v5
76
- with:
77
- sonar-project-key: 'nofarb_example-javascript' # Replace with your project key
78
- sonar-organization: 'nofarb' # Replace with your organization name
79
- sonar-sources: 'app' # Path to your source code
80
- env:
81
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+
0 commit comments