{"id":19775047,"url":"https://github.com/freertos/ci-cd-github-actions","last_synced_at":"2025-04-30T19:30:24.523Z","repository":{"id":37101567,"uuid":"323997802","full_name":"FreeRTOS/CI-CD-Github-Actions","owner":"FreeRTOS","description":"Common GitHub Actions for CI/CD on FreeRTOS library repositories.","archived":false,"fork":false,"pushed_at":"2025-04-21T07:11:28.000Z","size":390,"stargazers_count":19,"open_issues_count":2,"forks_count":31,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-21T08:27:08.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/FreeRTOS.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-23T20:41:46.000Z","updated_at":"2025-04-21T07:11:32.000Z","dependencies_parsed_at":"2024-04-17T01:31:29.956Z","dependency_job_id":"5083ff2e-a850-45da-b09d-d6b97fdbbc3b","html_url":"https://github.com/FreeRTOS/CI-CD-Github-Actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeRTOS%2FCI-CD-Github-Actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeRTOS%2FCI-CD-Github-Actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeRTOS%2FCI-CD-Github-Actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeRTOS%2FCI-CD-Github-Actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreeRTOS","download_url":"https://codeload.github.com/FreeRTOS/CI-CD-Github-Actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251769159,"owners_count":21640847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-12T05:14:44.041Z","updated_at":"2025-04-30T19:30:23.429Z","avatar_url":"https://github.com/FreeRTOS.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"### [CI-CD-Github-Actions](https://github.com/FreeRTOS/CI-CD-Github-Actions)\n\nThis repository contains common GitHub Actions for use in CI/CD\non [FreeRTOS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/main/FreeRTOS), and\n[AWS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/main/aws), Library\nRepositories.\n\nThis currently includes:\n\nFreeRTOS Repositories:\n[FreeRTOS](https://github.com/FreeRTOS/FreeRTOS),\n[FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel),\n[FreeRTOS-Plus-TCP](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP),\nand [FreeRTOS-Cellular-Interface](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface),\n\nFreeRTOS-Library Repositories:\n[backoffAlgorithm](https://github.com/FreeRTOS/backoffAlgorithm),\n[coreHTTP](https://github.com/FreeRTOS/coreHTTP),\n[coreJSON](https://github.com/FreeRTOS/coreJSON),\n[coreMQTT](https://github.com/FreeRTOS/coreMQTT)\n[corePKCS11](https://github.com/FreeRTOS/corePKCS11),\nand [coreSNTP](https://github.com/FreeRTOS/coreSNTP),\n\nAWS-Library Repositories:\n[Device-Defender](https://github.com/aws/device-defender-for-aws-iot-embedded-sdk),\n[Device-Shadow](https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk),\n[Fleet-Provisioning](https://github.com/aws/fleet-provisioning-for-aws-iot-embedded-sdk),\n[Jobs](https://github.com/aws/jobs-for-aws-iot-embedded-sdk),\n[Ota](https://github.com/aws/ota-for-aws-iot-embedded-sdk),\nand [Sigv4](https://github.com/aws/sigv4-for-aws-iot-embedded-sdk)\n\n\nCurrently, this repository contains actions for the following code quality\nchecks that are run on FreeRTOS libraries.\n\n* **Complexity** - Uses\n[GNU Complexity](https://www.gnu.org/software/complexity/manual/complexity.html)\nto verify that the complexity score of library functions is less than 16.\n\n* **[Clang-Formatting](https://clang.llvm.org/docs/ClangFormat.html)** -\n Validates all code files of a repository comply to the formatting\n standard defined in [clang-format](clang-formatting/.clang-format).\n\n* **[Uncrustify](https://github.com/uncrustify/uncrustify) Formatting** -\n Validates all files of a repository comply to the formatting\n standard defined in [uncrustify.cfg](formatting/uncrustify.cfg).\n\n* **Doxygen** - Validates that the doxygen manual of the repository can be\n built without warnings.\n\n* **Spellings** - Checks spelling, using [CSpell](https://cspell.org/), across\n all files of a repository. Each FreeRTOS library repository\n should have a **.github/.cSpellWords.txt** file.\n\n* **Coverage Cop** - Enforces that the unit tests of a FreeRTOS library meet\nthe minimum thresholds branch and line coverages. The **lcov** coverage output\nfrom running unit tests should be available before using this action.\n\n* **Memory Statistics** - Generates table of memory estimates for library\nfiles used in FreeRTOS library documentation. The memory estimates are generated\nby building the library with the ARM GCC toolchain.\n\n* **Link Verifier** - Verifies links present in source and Markdown files.\nLinks verified include HTTP.\n\n* **Manifest.yml Verifier** - Verifies that information of `manifest.yml` file\nmatches the state of a repository for the presence of submodules\nand their commit IDs.\n\nURLs, and - for Markdown files - relative file path links and section anchors.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreertos%2Fci-cd-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreertos%2Fci-cd-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreertos%2Fci-cd-github-actions/lists"}