Dodanie main.c i konfiguracji kompilacji w ci.yml
Some checks failed
First CI / build (push) Failing after 6s

This commit is contained in:
2024-11-26 13:59:08 +01:00
parent ab0fdcf8e1
commit b3b453038d
2 changed files with 8 additions and 2 deletions

View File

@@ -4,5 +4,6 @@ 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