Skip to content

AMB-2232- Sonarcloud #16

AMB-2232- Sonarcloud

AMB-2232- Sonarcloud #16

Workflow file for this run

name: sonarcloud
on: pull_request
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: List files in immunisation-batch directory
run: ls -R /home/runner/work/immunisation-batch/immunisation-batch
- name: Install tox and other package
run: pip install tox
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}