lab7/.gitea/workflows/ci.yaml
Dawid Rutkowski aeb9e8640d
All checks were successful
First CI / build (push) Successful in 3s
initial commit
2024-11-25 10:35:48 +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, "