Skip to content

Merge pull request #24 from edumeet/feat-4.1-fixes #46

Merge pull request #24 from edumeet/feat-4.1-fixes

Merge pull request #24 from edumeet/feat-4.1-fixes #46

Workflow file for this run

name: SonarQube CI
on: push
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scaner
uses: sonarsource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}