Skip to content

Check if user is spring intro member so it returns the right number of directorships #221

Check if user is spring intro member so it returns the right number of directorships

Check if user is spring intro member so it returns the right number of directorships #221

Workflow file for this run

name: Sonarqube
on:
push:
branches:
- develop
- master
pull_request:
jobs:
build:
name: Sonarqube Analysis
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}