Skip to content

v0.9.3

v0.9.3 #308

Workflow file for this run

name: Pipeline
on:
push:
create:
workflow_dispatch:
schedule:
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues
- cron: '0 22 * * 5'
jobs:
Pipeline:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
permissions:
contents: write # required for create tag
actions: write # required for trigger workflow
with:
package_name: sphinx_reports
unittest_python_version_list: '3.11 3.12 3.13'
codecov: true
codacy: true
dorny: true
secrets: inherit