Lab7/.gitea/workflows/workflow.yml
2024-11-22 13:37:49 +01:00

10 lines
131 B
YAML

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