Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 5: cannot unmarshal !!str `ubuntu-...` into model.Job line 7: cannot unmarshal !!seq into model.Job
2023-11-21 13:52:13 +01:00

8 lines
127 B
YAML

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