Lab7/.gitea/workflows/ci.yml
pielakm eefdeddb56
Some checks failed
First CI / build (push) Failing after 17s
edycja ci.yml
2024-11-22 13:58:19 +01:00

11 lines
182 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