Skip to content

Merge pull request #524 from smartlab-br/522-adjust-population-cards #1197

Merge pull request #524 from smartlab-br/522-adjust-population-cards

Merge pull request #524 from smartlab-br/522-adjust-population-cards #1197

Workflow file for this run

name: CI
on:
push:
refs/heads:
- master
- staging
- developement
- contrib
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Linting (yamllint)
run: |
pip install -Iv yamllint
python ./lint/run_linter.py
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}