lab8/.gitea/workflows/ci.yml
Marcin Badurowicz 988394d77c
All checks were successful
First CI / build (push) Successful in 3s
init
2024-11-25 10:14:56 +01:00

9 lines
149 B
YAML

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