Skip to content

Commit 89738a3

Browse files
Merge pull request #27 from basics/feature/git-action-main
Feature/git action main
2 parents 7779850 + 7d2d9cf commit 89738a3

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,6 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
7777
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7878

79-
sonarcloud:
80-
name: SonarCloud
81-
runs-on: ${{ matrix.os }}
82-
83-
strategy:
84-
matrix:
85-
os: [ubuntu-latest]
86-
node: [20]
87-
88-
steps:
89-
- uses: actions/checkout@v4
90-
with:
91-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
92-
- name: SonarCloud Scan
93-
uses: SonarSource/sonarcloud-github-action@master
94-
env:
95-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
96-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
97-
9879
semantic-version:
9980
name: Semantic Release
10081
needs: install

0 commit comments

Comments
 (0)