Workflow config file is invalid. Please check your config file: yaml: line 7: did not find expected '-' indicator

9 lines
134 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, "