Skip to content

Update hello.py

Update hello.py #2

Workflow file for this run

name: Hello World Action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run hello.py
run: python hello.py