Skip to content

Rebuild package after fix (#10) #15

Rebuild package after fix (#10)

Rebuild package after fix (#10) #15

Workflow file for this run

name: Sonar
on:
workflow_dispatch:
push:
branches:
- main
- develop
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args: >
-Dsonar.verbose=false
-Dsonar.projectKey=${{ github.event.repository.name }}
-Dsonar.sources=src/