lab9/.gitea/workflows/ci.yml
Marcin Badurowicz 64ed2e18e4
Some checks failed
First CI / hello (push) Failing after 4s
test build
2024-11-26 13:32:06 +01:00

8 lines
103 B
YAML

name: First CI
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: gcc main.c