Skip to content

2.0.52-RELEASE - Feature#188 (login and register) #34

2.0.52-RELEASE - Feature#188 (login and register)

2.0.52-RELEASE - Feature#188 (login and register) #34

Workflow file for this run

name: Pull Request Sonar Analysis
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- develop
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}