lab7/.gitea/workflows/ci.yml
Anton Sasnouski 3520c8cb9a
All checks were successful
First CI / build (push) Successful in 2s
First Commitv2
2024-11-25 10:57:25 +01:00

8 lines
135 B
YAML

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