kodydobombynuklearnej/.gitea/ci.yml
JonaszGoldbaumm c87c483332 init
2024-11-26 13:30:08 +01:00

8 lines
137 B
YAML

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