Skip to content

Create python-package.yml #16

Create python-package.yml

Create python-package.yml #16

Workflow file for this run

name: Test workflow
on:
- push
jobs:
say-hello:
name: Say Hello
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Say Hello
run: echo "Hello"