Rundown
# ALL Modifier
PASS ALL requires all substeps to pass. Paired with FAIL ANY (pessimistic).
## 1. Aggregated check
- PASS ALL COMPLETE
- FAIL ANY STOP "A check failed"
### 1.1 First check
```bash
rd echo "check one"
```
### 1.2 Second check
```bash
rd echo "check two"
``` Run
All substeps pass, PASS ALL fires
Initializing...
Initializing...
Step—/1