generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 53
CI-CD Updates #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
CI-CD Updates #180
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0f8532a
Use new version of CI-CD Actions
Skptak 874c1c2
Use cSpell spell check, and use ubuntu-20.04 for formatting check
Skptak bb7970f
Use cSpell spell check, and use ubuntu-20.04 for formatting check, up…
Skptak 3530b7c
Use the new version of the cspell.config.yaml
Skptak 8bb6692
Update the cspell config file to clean it up a bit
Skptak 32f7e44
Use merged version of some actions
Skptak 0ec8fcf
Remove local uncrustify config
Skptak e19fdbb
Use merged mainline version of formatting
Skptak 534b15a
Update the README, move CONTRIBUTING.md
Skptak cba66bc
Add in bot formatting action
Skptak 7751c11
Update to use merged mainline actions, use checkout@v3 instead of che…
Skptak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| ABEF | ||
| AESCMAC | ||
| AESNI | ||
| BBOOL | ||
| Bgkqhki | ||
| Bhargavan | ||
| CBMC | ||
| CBOR | ||
| CMAC | ||
| CMOCK | ||
| CMock | ||
| CSRS | ||
| Chth | ||
| Cmock | ||
| Coverity | ||
| DNDEBUG | ||
| DSYSTEM | ||
| DUNIT | ||
| DUNITY | ||
| Drbg | ||
| ECKEY | ||
| FAAOCAQE | ||
| Fithb | ||
| Gaëtan | ||
| Gcbs | ||
| HAVEGE | ||
| HKDF | ||
| JITP | ||
| JITR | ||
| Karthikeyan | ||
| LPDWORD | ||
| LPWORD | ||
| MBED | ||
| MBEDTLSSL | ||
| MISRA | ||
| MQTT | ||
| Merkle | ||
| Misra | ||
| NISTP | ||
| OPTIM | ||
| Optiga | ||
| PAKE | ||
| RCVT | ||
| RSAES | ||
| RSASSA | ||
| SCSV | ||
| SECP | ||
| SSLV | ||
| UDBL | ||
| Wunused | ||
| XTEA | ||
| ZEROIZE | ||
| abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu | ||
| aesni | ||
| cbmc | ||
| cbor | ||
| cmac | ||
| cmock | ||
| coverity | ||
| ctest | ||
| dgst | ||
| ecdh | ||
| ecjpake | ||
| ggdb | ||
| havege | ||
| hkdf | ||
| lcov | ||
| mbed | ||
| mbedcrypto | ||
| misra | ||
| osal | ||
| pcertificate | ||
| pkparse | ||
| pkwrite | ||
| ppublic | ||
| ppuc | ||
| scsv | ||
| sinclude | ||
| unhashed | ||
| utest | ||
| xfindobjectwithlabelandclass | ||
| xgetslotlist | ||
| xinitializepkcs | ||
| xtea | ||
| zeroize |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| name: Format Pull Request Files | ||
|
|
||
| on: | ||
| issue_comment: | ||
| types: [created] | ||
|
|
||
| env: | ||
| bashPass: \033[32;1mPASSED - | ||
| bashInfo: \033[33;1mINFO - | ||
| bashFail: \033[31;1mFAILED - | ||
| bashEnd: \033[0m | ||
|
|
||
| jobs: | ||
| Formatting: | ||
| name: Run Formatting Check | ||
| if: ${{ github.event.issue.pull_request }} && | ||
| ( ( github.event.comment.body == '/bot run uncrustify' ) || | ||
| ( github.event.comment.body == '/bot run formatting' ) ) | ||
| runs-on: ubuntu-20.04 | ||
| steps: | ||
| - name: Apply Formatting Fix | ||
| uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main | ||
| id: check-formatting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.