aws / ota-for-aws-iot-embedded-sdk

MIT License
60 stars 74 forks source link

Clang-Format and CI-CD Update #494

Closed Skptak closed 10 months ago

Skptak commented 1 year ago

Swap all files to use clang-format instead of uncrustify Use a new spell checker Use new version of some CI-CD Actions Relevant PR for CI-CD-Actions can be found here

Description

Updating the manifest.yml file to contain all submodules at their current tags.

Test output:

skptak@darwin22.0 [14:17] ~/repos/fork/libraries/ota-for-aws-iot-embedded-sdk_Soren
# python3 ~/repos/fork/CI-CD-Github-Actions_Soren/manifest-verifier/verify_manifest.py --ignore-submodule-path=FreeRTOS-Plus/Test/CMock,FreeRTOS/Test/CMock/CMock,FreeRTOS/Test/litani
INFO - CHECKING PATH: /Users/skptak/repos/fork/libraries/ota-for-aws-iot-embedded-sdk_Soren
INFO - List of submodules being verified: ['source/dependency/3rdparty/tinycbor', 'source/dependency/coreJSON', 'test/cbmc/FreeRTOS-Kernel', 'test/unit-test/CMock']
INFO - Verifying that manifest.yml versions are up-to-date..... 
PASSED - manifest.yml file has been verified!

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.