lab7/.gitea/workflows/ci.yml
szymon 040dc67e86
All checks were successful
First CI / build (push) Successful in 4s
Update .gitea/workflows/ci.yml
2024-11-22 09:48:14 +00:00

8 lines
157 B
YAML

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