Skip to content

Create test.py

Create test.py #2

Workflow file for this run

name: hello-world

Check failure on line 1 in .github/workflows/hellow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hellow.yml

Invalid workflow file

(Line: 4, Col: 3): Unexpected value 'pull-request', (Line: 15, Col: 5): 'steps' is already defined
on:
pull-request:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
name: my-job
steps:
- name: Checkout repository
uses: actions/checkout@v3
steps:
- name: hello
run: echo "The time was"