lab7/.gitea/workflows/ci.yml
romanpozii 66a91d483b
All checks were successful
First CI / build (push) Successful in 3s
edited ci.yml
2024-11-22 13:47:36 +01:00

9 lines
135 B
YAML

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