mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
v3.0.0
This commit is contained in:
7
.github/workflows/_Checking_JobTemplates.yml
vendored
7
.github/workflows/_Checking_JobTemplates.yml
vendored
@@ -7,8 +7,6 @@ on:
|
||||
jobs:
|
||||
ConfigParams:
|
||||
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@main
|
||||
needs:
|
||||
- DocCoverage
|
||||
with:
|
||||
package_name: pyDummy
|
||||
|
||||
@@ -80,10 +78,11 @@ jobs:
|
||||
DocCoverage:
|
||||
uses: pyTooling/Actions/.github/workflows/CheckDocumentation.yml@r1
|
||||
needs:
|
||||
- ConfigParams
|
||||
- UnitTestingParams
|
||||
with:
|
||||
python_version: ${{ needs.UnitTestingParams.outputs.python_version }}
|
||||
directory: sphinx_reports
|
||||
directory: ${{ needs.ConfigParams.outputs.package_directors }}
|
||||
# fail_below: 70
|
||||
|
||||
Package:
|
||||
@@ -130,8 +129,8 @@ jobs:
|
||||
Documentation:
|
||||
uses: pyTooling/Actions/.github/workflows/SphinxDocumentation.yml@main
|
||||
needs:
|
||||
- UnitTestingParams
|
||||
- ConfigParams
|
||||
- UnitTestingParams
|
||||
- PublishTestResults
|
||||
- PublishCoverageResults
|
||||
# - VerifyDocs
|
||||
|
||||
Reference in New Issue
Block a user