Skip to content

Merge pull request #13 from republique-et-canton-de-geneve/php-838_la… #24

Merge pull request #13 from republique-et-canton-de-geneve/php-838_la…

Merge pull request #13 from republique-et-canton-de-geneve/php-838_la… #24

Workflow file for this run

name: Analyse SonarCloud
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
sonar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Analyze with SonarCloud
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: |
-Dsonar.projectKey=republique-et-canton-de-geneve_noms-geographiques
-Dsonar.organization=etat-de-geneve-github