File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55permissions : {}
66
7+ name : Lint and run test suite
78jobs :
89 lint-test :
910 name : Lint Test
8990 - run : echo "All test jobs have completed successfully."
9091
9192 coveralls-fin :
93+ name : Submit coverage to Coveralls.io
9294 # Always run when all 'tests' jobs have finished even if they failed
9395 # TODO: Replace always() with a 'at least one job succeeded' expression
9496 if : always()
Original file line number Diff line number Diff line change 44
55permissions : {}
66
7+ name : Test securesystemslib main branch
78jobs :
89 sslib-main :
910 name : Test securesystemslib main branch (not a merge blocker)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
1111name : Conformance
1212jobs :
1313 conformance :
14+ name : Conformance
1415 runs-on : ubuntu-latest
1516 steps :
1617 - name : Checkout conformance client
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ permissions:
1313
1414jobs :
1515 dependency-review :
16+ name : Dependency review
1617 runs-on : ubuntu-latest
1718 steps :
1819 - name : ' Checkout Repository'
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ permissions: {}
1010jobs :
1111 # Get the version of the TUF specification the project states it supports
1212 get-supported-tuf-version :
13+ name : Get TUF spec version supported by python-tuf
1314 runs-on : ubuntu-latest
1415 outputs :
1516 version : ${{ steps.get-version.outputs.version }}
You can’t perform that action at this time.
0 commit comments