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

10 lines
130 B
YAML

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