Skip to content

SWC-7182: SageAccountWeb: LoginPage updates on mobile #13

SWC-7182: SageAccountWeb: LoginPage updates on mobile

SWC-7182: SageAccountWeb: LoginPage updates on mobile #13

Workflow file for this run

on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
name: SonarCloud Code Scan
jobs:
# For monorepos, create one job per project and specify the directory
sonarqube-src:
name: scan-synapse-react-client
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clones is recommended for improving the relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: packages/synapse-react-client