Skip to content

TASK-71389: Introduce crowdin github action wf (#44) #1

TASK-71389: Introduce crowdin github action wf (#44)

TASK-71389: Introduce crowdin github action wf (#44) #1

Workflow file for this run

name: Sonar Analysis
on:
push:
branches:
- develop
pull_request:
jobs:
build:
name: Analyse Module with SonarCloud
uses: exoplatform/swf-scripts/.github/workflows/sonarcloud.yml@master
with:
jdk_major_version: 17
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}