repo7/.gitea/workflows/ci.yml
Anastasiia 6a2a60da3a
All checks were successful
First CI / build (push) Successful in 3s
Add CI configuration
2024-11-22 13:24:09 +01:00

10 lines
139 B
YAML

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