Skip to content

Update example.yml

Update example.yml #2

Workflow file for this run

name: Example
on: push
jobs:
example:
name: Create Ubuntu OS
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.8
- name: Show Python Version
run: |
ls
python