Skip to content

KEH-187 | Sonar configuration and common ci #3

KEH-187 | Sonar configuration and common ci

KEH-187 | Sonar configuration and common ci #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
common:
uses: City-of-Helsinki/.github/.github/workflows/ci-python-library.yml@main
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
python-matrix: "['3.10', '3.11', '3.12', '3.13', '3.14']"
python-version: "3.10"