Lab7/.gitea/workflows/workflow.yml
PewkaP 6a9240a459
Some checks failed
First CI / build (push) Failing after 7s
main.c workflow
2024-11-22 13:40:36 +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