{{ define "title" }}pipelines · {{ .RepoInfo.FullName }}{{ end }} {{ define "extrameta" }} {{ $title := "pipelines"}} {{ $url := printf "https://tangled.org/%s/pipelines" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} {{ define "repoContent" }}
No pipelines have been run yet
Get started by configuring CI/CD for this repository
Choose a spindle in your repository settings
Configure your CI/CD pipeline
Trigger a workflow with a push or pull request