Skip to content

CTP-3561 Lesson source for Marks Transfer #164

CTP-3561 Lesson source for Marks Transfer

CTP-3561 Lesson source for Marks Transfer #164

Workflow file for this run

---
name: Sonarqube
on:
workflow_dispatch:
push:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
SONAR_HOST_URL: ${{vars.SONAR_HOST_URL}}
with:
args: -Dsonar.projectKey=${{github.event.repository.name}}