{"id":27248890,"url":"https://github.com/bakdata/ci-templates","last_synced_at":"2026-02-25T16:00:43.863Z","repository":{"id":37416462,"uuid":"431082878","full_name":"bakdata/ci-templates","owner":"bakdata","description":"Collection of reusable workflows and composite actions for Github","archived":false,"fork":false,"pushed_at":"2026-02-13T08:42:24.000Z","size":1001,"stargazers_count":5,"open_issues_count":12,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-13T20:04:34.271Z","etag":null,"topics":["github-actions"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-23T11:58:52.000Z","updated_at":"2026-02-13T08:42:27.000Z","dependencies_parsed_at":"2023-12-20T13:21:40.319Z","dependency_job_id":"b3129c15-4745-47c5-a09a-6a76f4889a99","html_url":"https://github.com/bakdata/ci-templates","commit_stats":null,"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"purl":"pkg:github/bakdata/ci-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakdata%2Fci-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakdata%2Fci-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakdata%2Fci-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakdata%2Fci-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakdata","download_url":"https://codeload.github.com/bakdata/ci-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakdata%2Fci-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions"],"created_at":"2025-04-10T23:48:25.697Z","updated_at":"2026-02-25T16:00:43.809Z","avatar_url":"https://github.com/bakdata.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CI-templates\n\nThis is a collection of reusable workflows and composite actions for GitHub that Bakdata uses for open-source projects.\n\n## Using reusable workflows\n\nYou can use reusable workflows in this repository like this:\n\n```yaml\n---\njobs:\n  call-workflow-passing-data:\n    uses: bakdata/ci-templates/.github/workflows/my-workflow.yaml@main\n    with:\n      foo: bar\n```\n\n## Using composite actions\n\nYou can use composite actions in this repository like this:\n\n```yaml\n---\nsteps:\n  - uses: bakdata/ci-templates/actions/my-action@main\n    with:\n      foo: bar\n```\n\n## Pre-commit\n\nWe are using pre-commit in this repository to automatically create the documentation. Make sure you install it [here](https://pre-commit.com/#install).\n\nAlso, follow the following steps to ensure that you can create the documentation locally:\n\n### install `auto-doc` which is the software used for documentation generation:\n\n- On MacOS:\n  - using brew: `brew install tj-actions/tap/auto-doc`\n  - using the GitHub repository:\n    ```shell\n    wget https://github.com/tj-actions/auto-doc/releases/download/v3.4.0/auto-doc_3.4.0_Darwin_arm64.tar.gz\n    tar -xf auto-doc_3.4.0_Darwin_arm64.tar.gz\n    ```\n- Linux:\n  - using the GitHub repository:\n    ```shell\n    wget https://github.com/tj-actions/auto-doc/releases/download/v3.4.0/auto-doc_3.4.0_Linux_x86_64.tar.gz\n    tar -xf auto-doc_3.4.0_Linux_x86_64.tar.gz\n    ```\n\n### Use `auto-doc`\n\nIn case you used the GitHub repository to install `auto-doc` make sure you set the path to the executable file as an environment variable before running the pre-commit command:\n\n```shell\nexport DOC_CMD=./auto-doc\n```\n\n### Run pre-commit\n\nIs mandatory to run pre-commit before pushing your changes. This can be done in two ways:\n\n#### manually\n\nRun the pre-commit every time before pushing your changes:\n\n```shell\npre-commit run --all-files\n```\n\n#### automatically (strongly recommended)\n\nYou can let your pre-commit run automatically every time you execute a `git commit` command without having to do it on your own. To do so, run the following command locally just once in the root directory of this repository:\n\n```shell\npre-commit install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakdata%2Fci-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakdata%2Fci-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakdata%2Fci-templates/lists"}