lab7/.gitea/workflows/ci.yml
97634 c67496c3c0
All checks were successful
First CI / build (push) Successful in 3s
Update .gitea/workflows/ci.yml
2024-11-22 10:10:21 +00:00

9 lines
130 B
YAML

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