Skip to content

Update sonar-project.properties #12019

Update sonar-project.properties

Update sonar-project.properties #12019

Workflow file for this run

---
# cspell:ignore anthropics
name: tox
on:
merge_group:
branches:
- "main"
push:
branches:
- "main"
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
tox:
uses: ansible/team-devtools/.github/workflows/tox.yml@main
secrets: inherit
with:
min_python: "3.10"
default_python: "3.13"
max_python: "3.13"
other_names: |
lint-pkg-schemas-eco:tox -e lint;tox -e pkg;tox -e schemas;tox -e eco
hook
docs
py312-devel
py310-lower
py312-lower
py314-devel
platforms: linux,macos