Files
lab7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 4: did not find expected key
2025-11-20 15:21:55 +01:00

10 lines
146 B
YAML

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