As a DevOps engineer
I need to implement code quality check tasks
So that we maintain code quality standards in our pipeline
Details and Assumptions
Need tasks for linting
Need tasks for unit testing
Must integrate with existing test suite
Should use appropriate Tekton Hub tasks where possible
Acceptance Criteria
Given the Tekton pipeline
When the pipeline runs
Then it should execute linting checks
And it should run all unit tests
And it should fail if quality checks fail
And it should report results clearly
As a DevOps engineer I need to implement code quality check tasks So that we maintain code quality standards in our pipeline
Details and Assumptions
Acceptance Criteria
Given the Tekton pipeline When the pipeline runs Then it should execute linting checks And it should run all unit tests And it should fail if quality checks fail And it should report results clearly