lab7/.gitea/workflows/ci.yml
JakubLaptop d2205ce7e9
Some checks failed
First CI / build (push) Failing after 7s
fix
2024-11-26 13:52:05 +01:00

11 lines
168 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 -werorr main.c