Files
lab2/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 4: found character that cannot start any token
2025-11-20 12:48:04 +01:00

9 lines
124 B
YAML

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