Lab7/.gitea/workflows/ci.yml
2024-11-22 11:18:06 +01:00

8 lines
113 B
YAML

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