lab9/.gitea/workflows/ci.yml
Marcin Badurowicz c443902f9c
All checks were successful
First CI / hello (push) Successful in 3s
ci
2024-11-26 13:28:31 +01:00

9 lines
136 B
YAML

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