Skip to content

Added a transformation to apply the workaround. #475

Added a transformation to apply the workaround.

Added a transformation to apply the workaround. #475

Workflow file for this run

name: Pipeline
on:
push:
workflow_dispatch:
schedule:
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues
- cron: '0 22 * * 5'
permissions:
actions: write
contents: write
pages: write
id-token: write
jobs:
Pipeline:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r7
with:
package_name: 'sphinx_reports'
unittest_python_version_list: '3.12 3.13 3.14' # dropped 3.11 due to Sphinx 9.1 dropping 3.11
unittest_disable_list: 'windows-arm:* windows-arm:pypy-3.11'
bandit: 'true'
pylint: 'false'
codecov: 'true'
codacy: 'true'
dorny: 'true'
documentation_steps: 'html latex pdf pages'
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODACY_TOKEN: ${{ secrets.CODACY_TOKEN }}