lab8/.gitea/workflows/ci.yml
GrzegorzRog22 b5dc5e40b0
All checks were successful
First CI / build (push) Successful in 3s
Hello fix2
2024-11-25 10:51:00 +01:00

9 lines
146 B
YAML

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