Skip to content

RAC-306 deploy : sonarCloud μΆ”κ°€ #7

RAC-306 deploy : sonarCloud μΆ”κ°€

RAC-306 deploy : sonarCloud μΆ”κ°€ #7

on:
push:
branches:
- develop
pull_request:
types: [opened, synchronize, reopened]
name: Sonar analysis
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}