Lab7/.gitea/workflows/workflow.yml
PewkaP 07e2111c25
All checks were successful
First CI / build (push) Successful in 3s
init 3
2024-11-22 13:38:23 +01:00

10 lines
141 B
YAML

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