Laboratorium7/.gitea/.workflows/ci.yml
2024-11-25 10:32:34 +01:00

9 lines
141 B
YAML

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