Files
lab7/.gitea/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 7: cannot unmarshal !!map into []*model.Step
2025-11-20 15:23:34 +01:00

9 lines
159 B
YAML

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