command:
check-hello-world:
exec:
- python3
- -c
- print('Hello World')
exit-status: 0
stdout:
- "Hello World"