Tets/.gitea/workflows/test.yml
Artem Zharkov 4d3e9b6710
All checks were successful
First CI / build (push) Successful in 2s
fourth commit
2024-11-25 11:11:48 +01:00

8 lines
157 B
YAML

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