Skip to content

[supfix/OPT-1125] to support/1.23 #176

[supfix/OPT-1125] to support/1.23

[supfix/OPT-1125] to support/1.23 #176

Workflow file for this run

# This workflow will perform a QA test
# Including:
# - sonarcloud
# - test
name: qa
on:
pull_request: {}
workflow_dispatch: {}
jobs:
sonar:
name: SonarCloud Analysis
uses: ./.github/workflows/sonar.yml
with:
python-version: "3.8"
secrets: inherit
test:
name: StartLeft Tests
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
uses: ./.github/workflows/test.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}