lab7/.gitea/workflows/ci.yml
romanpozii 4ba64ee1a4
Some checks failed
First CI / build (push) Failing after 8s
added main.c edited ci.yml
2024-11-22 14:20:52 +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