Skip to content

Feat/switch wallet #115

Feat/switch wallet

Feat/switch wallet #115

Workflow file for this run

name: Reuseable Sonaqube
on:
workflow_call:
pull_request:
jobs:
scan-repository:
name: scan repository with Sonaqube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}