Skip to content

Update say_hello.yml #2

Update say_hello.yml

Update say_hello.yml #2

Workflow file for this run

name: 'Simply saying hello'

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

View workflow run for this annotation

GitHub Actions / .github/workflows/say_hello.yml

Invalid workflow file

You have an error in your yaml syntax
on: [push]
jobs:
  say-hello:
    runs-on: ubuntu-latest
    steps:
      - name: Check out
        uses: actions/checkout@v4
      - name: Run basic commands
        run: |
          pwd
          ls
          df
      - name: Say hello
        run: |
          echo 'Hello World!'