Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 8: cannot unmarshal !!map into []*model.Step
2023-11-21 13:57:14 +01:00

9 lines
133 B
YAML

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