lab7/workflows/ci.yml
2023-12-01 10:55:42 +01:00

9 lines
114 B
YAML

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