Pipeline
Green is earned in order. Each check waits its turn, runs, and passes — and only then does the next one start.
- checkout
- lint
- typecheck
- test
- build
no check starts before the one above it passes
Green is earned in order. Each check waits its turn, runs, and passes — and only then does the next one start.
no check starts before the one above it passes