Skip to content

Merge pull request #1086 from InseeFr/1063-quand-on-crée-un-document-… #1705

Merge pull request #1086 from InseeFr/1063-quand-on-crée-un-document-…

Merge pull request #1086 from InseeFr/1063-quand-on-crée-un-document-… #1705

Workflow file for this run

name: Quality
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- documentation/**
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
test-build:
name: Test & Build & Deploy Sonar report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Generic CI For Building the Application
uses: ./.github/actions/generic-ci-app
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets. SONAR_TOKEN }}