lab9/.gitea/workflows/ci.yml
Marcin Badurowicz c6d530a426
Some checks failed
First CI / hello (push) Failing after 15s
fix
2024-11-26 13:34:28 +01:00

10 lines
181 B
YAML

name: First CI
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c