Skip to content

hello

hello #2

Workflow file for this run

name: hello
on: push
jobs:
test:
name: Test python
runs-on: ubuntu-latest
steps:
- name: Step one
uses: actions/checkout@v2
- name: Setup Python environment
uses: actions/[email protected]
- name: Step two
run: python hello.py