CiTest/.gitea/workflows/ci.yaml
Artsiom 49b8ee1570
All checks were successful
First CI / build (push) Successful in 3s
First CI
2024-11-22 13:45:50 +01:00

10 lines
142 B
YAML

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