Lab7/.gitea/workflows/ci.yml
SEBALAP2 21a75b12f2
All checks were successful
First CI / build (push) Successful in 4s
Second commit
2024-11-26 14:08:16 +01:00

9 lines
145 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, world"