File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 with :
8989 python_version : ${{ needs.UnitTestingParams.outputs.python_version }}
9090 package_directory : ${{ needs.UnitTestingParams.outputs.package_directory }}
91- artifact : CodeQuality
91+ bandit : ' true'
92+ pylint : ' true'
93+ artifact : ' CodeQuality'
9294
9395 DocCoverage :
9496 uses : pyTooling/Actions/.github/workflows/CheckDocumentation.yml@dev
Original file line number Diff line number Diff line change 88 NamespacePackage :
99 uses : pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
1010 with :
11- package_namespace : myFramework
12- package_name : Extension
13- codecov : true
14- codacy : true
15- dorny : true
11+ package_namespace : ' myFramework'
12+ package_name : ' Extension'
13+ bandit : ' true'
14+ pylint : ' true'
15+ codecov : ' true'
16+ codacy : ' true'
17+ dorny : ' true'
18+ cleanup : ' false'
1619 secrets :
1720 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
1821 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 88 SimplePackage :
99 uses : pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
1010 with :
11- package_name : myPackage
12- codecov : true
13- codacy : true
14- dorny : true
15- cleanup : false
11+ package_name : ' myPackage'
12+ bandit : ' true'
13+ pylint : ' true'
14+ codecov : ' true'
15+ codacy : ' true'
16+ dorny : ' true'
17+ cleanup : ' false'
1618 secrets :
1719 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
1820 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments