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:58:45 +01:00

9 lines
138 B
YAML

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