Skip to content

🔖 Cut a v0.17.5 release #253

🔖 Cut a v0.17.5 release

🔖 Cut a v0.17.5 release #253

Workflow file for this run

name: quality
on:
push:
branches:
- master
workflow_dispatch:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: code checkout
uses: actions/checkout@v2
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: sonarcloud scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}