Skip to content

hotfix(web-server): loading state management to WebServer route implementation #8

hotfix(web-server): loading state management to WebServer route implementation

hotfix(web-server): loading state management to WebServer route implementation #8

Workflow file for this run

name: code-quality
on: [workflow_dispatch, pull_request]
jobs:
sonar:
name: sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}