Skip to content

Common GitHub Actions for CI/CD on FreeRTOS library repositories.

License

Notifications You must be signed in to change notification settings

FreeRTOS/CI-CD-Github-Actions

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9027c90 · Aug 21, 2023

History

80 Commits
Jul 21, 2023
Sep 19, 2022
Feb 17, 2021
Jan 3, 2023
Jan 3, 2023
Jul 21, 2023
Jul 17, 2023
Jul 26, 2023
Jul 11, 2023
Mar 21, 2023
Mar 21, 2023
Aug 16, 2023
Dec 21, 2021
Feb 28, 2023
Aug 21, 2023
Aug 10, 2022
Feb 28, 2023
Aug 15, 2023
Mar 21, 2023
Jul 21, 2023
Dec 23, 2020
Jul 28, 2021
Dec 23, 2020

Repository files navigation

CI-CD-GitHub-Actions

This repository contains common GitHub Actions for use in CI/CD on FreeRTOS library repositories.

Currently, this repository contains actions for the following code quality checks that are run on FreeRTOS libraries.

  • Complexity - Uses GNU Complexity to verify that the complexity score of library functions is less than 9.
  • Formatting - Validates all C files of a FreeRTOS library repository comply to the formatting standard defined in uncrustify.cfg.
  • Doxygen - Validates that the doxygen manual of the FreeRTOS library can be built without warnings.
  • Spellings - Checks spellings across all files of the FreeRTOS library repository. Each FreeRTOS library repository should have a lexicon.txt file.
  • Coverage Cop - Enforces that the unit tests of a FreeRTOS library meet the minimum thresholds branch and line coverages. The lcov coverage output from running unit tests should be available before using this action.
  • Memory Statistics - Generates table of memory estimates for library files used in FreeRTOS library documentation. The memory estimates are generated by building the library with the ARM GCC toolchain.
  • Link Verifier - Verifies links present in source and Markdown files. Links verified include HTTP
  • Manifest.yml Verifier - Verifies that information of manifest.yml file matches the state of a repository for the presence of submodules and their commit IDs.

URLs, and - for Markdown files - relative file path links and section anchors.

About

Common GitHub Actions for CI/CD on FreeRTOS library repositories.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published