lab7/.gitea/ci.yml
2023-11-23 15:55:50 +01:00

8 lines
111 B
YAML

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