Files
lab7/.gitea/workflows/ci.yml
Student Politechniki 833a34c85b
All checks were successful
First CI / build (push) Successful in 3s
Added workflows/ci.yml
2025-11-21 13:22:45 +01:00

10 lines
142 B
YAML

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