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 11:50:36 +00:00

9 lines
128 B
YAML

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