Tets/.gitea/workflows/test.yml
Artem Zharkov 9a082bd3d1
Some checks failed
First CI / build (push) Failing after 7s
sixth commit
2024-11-25 11:17:29 +01:00

12 lines
177 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