{ "name": "Local CI", "steps": [ { "name": "Repository status", "run": "git status --short" }, { "name": "Latest commit", "run": "git log -1 --oneline" } ] }