{"id":23057460,"url":"https://github.com/concaption/continuous-integration","last_synced_at":"2026-02-03T08:32:15.638Z","repository":{"id":193274282,"uuid":"688461079","full_name":"concaption/continuous-integration","owner":"concaption","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-07T12:38:17.000Z","size":1084,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T22:02:56.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/concaption.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-07T11:55:40.000Z","updated_at":"2023-12-28T21:29:33.000Z","dependencies_parsed_at":"2023-09-07T13:42:46.569Z","dependency_job_id":null,"html_url":"https://github.com/concaption/continuous-integration","commit_stats":null,"previous_names":["concaption/continuous-integration"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/concaption/continuous-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontinuous-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontinuous-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontinuous-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontinuous-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/concaption","download_url":"https://codeload.github.com/concaption/continuous-integration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontinuous-integration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29038564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: 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":[],"created_at":"2024-12-16T02:12:23.669Z","updated_at":"2026-02-03T08:32:15.619Z","avatar_url":"https://github.com/concaption.png","language":"Makefile","readme":"# continuous-integration\n\n![Blackboard](./assets/blackboard.jpeg)\n\nThis is a sample Python project that demonstrates various development and continuous integration tasks using a Makefile. You can use this project as a reference or template for your own Python projects.\n\n## Getting Started\nTo get started with this project, follow these steps:\n\n1. Clone the repository:\n```\ngit clone https://github.com/cocnaption/continuous-integration.git\ncd continuous-integration\n```\n2. Setup the Environment\n```\npython -m venv .venv\nsource venv/bin/activate\n```\n3. Install the project dependencies:\n\n```\nmake install\n```\n## Available Makefile Targets\n* `install`: This target updates pip and installs the project dependencies from requirements.txt.\n* `test`: Run the unit tests using pytest. The tests are defined in test_hello.py.\n* `format`: Format the Python code using Black.\n* `lint`: Run pylint to check the code for issues, disabling specific checks for type hints and conventions.\n* `all`: This target combines the install, lint, and test targets, which is useful for continuous integration.\n\n## Continuous Integration\nThis project includes a basic continuous integration (CI) setup using GitHub Actions. The CI workflow performs the following steps:\n\n1. **Installation**: It installs the project dependencies using the make install target.\n\n2. **Linting**: The code is checked for potential issues using pylint. Specific checks for type hints and conventions are disabled in the CI configuration.\n\n3. **Testing**: The unit tests are executed using pytest.\n\n4. **Formatting**: The code is automatically formatted using Black to ensure consistent coding style.\n\n5. **Deployment (if applicable)**: If your project includes deployment steps, they can be added to the CI workflow as well.\n\n## Usage\nYou can use this project as a starting point for your own Python projects. Customize the Makefile to include your project-specific tasks and modify the CI configuration files as needed for your chosen CI platform.\n\nLicense\nThis project is licensed under the MIT License - see the [LICENSE file](./LICENSE) for details.\n\n## Acknowledgments\nThank you to the open-source community for providing the tools and libraries used in this project.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcaption%2Fcontinuous-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconcaption%2Fcontinuous-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcaption%2Fcontinuous-integration/lists"}