Workflow config file is invalid. Please check your config file: yaml: line 7: did not find expected '-' indicator
Jakub Dudek 8c1cb85bb7 ci
2023-12-01 11:08:33 +01:00

9 lines
139 B
YAML

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