Skip to content

Closes #67 Hot-reload the code in the containers #36

Closes #67 Hot-reload the code in the containers

Closes #67 Hot-reload the code in the containers #36

name: SonarCloud Frontend
on:
push:
branches:
- master
paths:
- "**.ts"
- "**.tsx"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**.ts"
- "**.tsx"
jobs:
sonarcloud:
name: 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_FRONTEND }}
with:
projectBaseDir: frontend
args: >
-Dsonar.organization=ksummarized
-Dsonar.projectKey=ksummarized_ksummarized.com_frontend
-Dsonar.vebose=true