Add C compilation to CI and create main.c

This commit is contained in:
Nela-cat
2025-11-17 23:10:26 +01:00
parent 270e0fc404
commit ba9c534cd6
2 changed files with 15 additions and 2 deletions

View File

@@ -6,5 +6,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello"
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c