main.c workflow
Some checks failed
First CI / build (push) Failing after 7s

This commit is contained in:
PewkaP 2024-11-22 13:40:36 +01:00
parent bbade45f5d
commit 6a9240a459

View File

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