lab7/.gitea/workflows/ci.yml
Michal 3caae9d2a2
All checks were successful
First CI / build (push) Successful in 2s
Fix CI config file
2024-11-25 10:37:40 +01:00

9 lines
140 B
YAML

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