PWOLab7/.gitea/workflows/ci.yml
Jakub Patkowski 2211f14a7a
Some checks failed
First CI / build (push) Failing after 11s
Added main.c
2024-11-22 13:42:17 +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