on: [push]
jobs:
test:
runs-on: debian
steps:
- run: echo All Good
- run: python -c 'print("Hello world!")'
test_container:
container:
image: python:latest