Skip to content

Create hello-world.yml #1

Create hello-world.yml

Create hello-world.yml #1

Workflow file for this run

name: hello-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:

Check failure on line 6 in .github/workflows/hello-world.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hello-world.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "$(cat hello_world.txt)"