lab7/.gitea/workflows/ci.yml
95531 ffcee0d75a
All checks were successful
First CI / build (push) Successful in 3s
Update .gitea/workflows/ci.yml
2024-11-22 12:41:25 +00:00

9 lines
136 B
YAML

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