Skip to content

Commit

Permalink
Merge pull request #27 from basics/feature/git-action-main
Browse files Browse the repository at this point in the history
Feature/git action main
  • Loading branch information
StephanGerbeth authored Sep 16, 2024
2 parents 7779850 + 7d2d9cf commit 89738a3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonarcloud:
name: SonarCloud
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

semantic-version:
name: Semantic Release
needs: install
Expand Down

0 comments on commit 89738a3

Please sign in to comment.