Files
lab7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected '-' indicator
Uladzislau Kamisarau e741e9b7f7 first ci
2025-11-21 13:23:55 +01:00

8 lines
162 B
YAML

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