Skip to content

adding a yml file

adding a yml file #1

# uploading codecov report
ame: hello-world

Check failure on line 3 in .github/workflows/codecov-report.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codecov-report.yml

Invalid workflow file

The workflow is not valid. .github/workflows/codecov-report.yml (Line: 3, Col: 1): Unexpected value 'ame'
on: [push, workflow_dispatch]
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"