lab6/.gitea/workflows/ci.yml
marcinb 7063608728
All checks were successful
First CI / build (push) Successful in 4s
Add .gitea/workflows/ci.yml
2024-11-22 09:44:50 +00:00

10 lines
150 B
YAML

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