Files
pwo-lab7/.gitea/workflows/ci.yml
Jakub Nowosad ecee700966
Some checks failed
First CI / build (push) Has been cancelled
add initial CI workflow configuration
2025-12-09 00:41:33 +01:00

8 lines
147 B
YAML

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