Skip to content

Fix renovate label, polish workflows, and update README.md #2

Fix renovate label, polish workflows, and update README.md

Fix renovate label, polish workflows, and update README.md #2

Workflow file for this run

name: SonarQube Scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarcloud-github-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}