Skip to content

Commit d4304bb

Browse files
authored
Update ci.yml
1 parent 7d3bc4a commit d4304bb

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,4 @@ jobs:
7171
with:
7272
token: ${{ secrets.CODECOV_ORG_TOKEN }}
7373

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 }}
74+

0 commit comments

Comments
 (0)