lab8/.gitea/workflows/ci.yml
GrzegorzRog22 cd86f92ff4
Some checks failed
First CI / build (push) Failing after 3s
yml fix Wall and Werror
2024-11-25 11:11:55 +01:00

10 lines
180 B
YAML

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