Files
Lab_7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context
TwojeImię NazwiskoJulia b70732ae75 Add CI workflow
2025-11-19 22:54:47 +01:00

9 lines
136 B
YAML

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