lab7/.gitea/workflows/ci.yml
97634 900e360551
Some checks failed
First CI / build (push) Failing after 7s
Update .gitea/workflows/ci.yml
2024-11-22 10:21:53 +00:00

10 lines
176 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