lab5/.gitea/workflows/ci.yml
marcinb f60248d352
All checks were successful
First CI / build (push) Successful in 3s
Add .gitea/workflows/ci.yml
2024-11-19 15:47:09 +00:00

9 lines
140 B
YAML

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