PWOLab7/.gitea/workflows/ci.yml
Jakub Patkowski 6092dc2f55
All checks were successful
First CI / build (push) Successful in 3s
init commit
2024-11-22 13:34:20 +01:00

9 lines
136 B
YAML

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