Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshb003 authored May 29, 2024
1 parent 469f217 commit 31852a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sonarqube WF

jobs:
sonar:
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: text-summarizer
# The name of the SonarQube project
sonarProjectName: text-summarizer
# The SonarQube server URL. For SonarCloud, skip this setting.
sonarHostname: http://20.106.208.220:9000
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 31852a7

Please sign in to comment.