Skip to content

Mvj 249 flow to typescript conversion #175

Mvj 249 flow to typescript conversion

Mvj 249 flow to typescript conversion #175

Workflow file for this run

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
name: Sonarcloud Scan
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=managedcloudapplications
-Dsonar.projectKey=mvj-ui
-Dsonar.sources=.
-Dsonar.host.url=https://sonarcloud.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}