Your name 91047b5edd
Some checks failed
First CI / build (push) Failing after 13s
added .c files
2023-12-01 11:55:24 +01:00

10 lines
181 B
YAML

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