Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: mapping key "run" already defined at line 8
2023-12-01 10:34:32 +01:00

10 lines
174 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, "
run: gcc -wall -werror main.c