Merge pull request #938 from singnet/training #94
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- master | |
- development | |
name: Sonar Analysis Workflow | |
jobs: | |
sonarQubeTrigger: | |
name: SonarQube Trigger | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: SonarQube Scan | |
uses: kitabisa/sonarqube-action@master | |
with: | |
host: ${{ secrets.SONAR_HOST }} | |
login: ${{ secrets.SONAR_TOKEN }} |