lab7/workflows/ci.yml
Anton Sasnouski bf76ace179 first commit
2024-11-25 10:50:38 +01:00

8 lines
133 B
YAML

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