Sergey Cherepiuk 8f1162246d
Some checks failed
First CI / build (push) Failing after 14s
Modified the pipeline
2023-11-23 16:20:46 +01:00

10 lines
180 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Printing hello
run: gcc -Wall -Werror main.c