lab7/.gitea/workflows/ci.yml
r00j3K 1f9ddd003d
All checks were successful
First CI / build (push) Successful in 2s
initial
2024-11-25 10:39:49 +01:00

10 lines
137 B
YAML

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