Skip to content

last chance

last chance #8920

Workflow file for this run

name: main
on:
push:
branches:
- "**"
jobs:
sonarcloud:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}