Files
s99719 ef78a73494
Some checks are pending
First CI / build (push) Waiting to run
Add main.c and update CI to build with gcc
2025-12-08 23:31:05 +01:00

9 lines
173 B
YAML

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