-
Notifications
You must be signed in to change notification settings - Fork 66
CI-CD-Updates #145
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 #145
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b38ad23
Coverage Update
Skptak e15de03
Fix all the typos, use new version of CI-CD actions
Skptak a5fe195
Use new version of CI-CD Actions
Skptak e089ae6
Use the cSpell spell check, use ubuntu 20.04 for format test
Skptak 705c07e
Fix broken links, apply uncrustify update
Skptak 5b3fcdf
Fix typos in MISRA.md and README.md
Skptak 4f321f4
Use the new version of the cspell.config.yaml
Skptak 595bcba
Update the cspell config file to clean it up a bit
Skptak 168d992
Use merged version of some actions
Skptak 78491dc
Fix typo
Skptak 399556c
Use merged mainline version of formatting
Skptak 2ba49f7
Add in bot formatting action
Skptak be6d6e4
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,98 @@ | ||
ADDR | ||
ATcmd | ||
Blox | ||
C | ||
CATM | ||
CBMC | ||
CCID | ||
CCLK | ||
CEDRXS | ||
CEREG | ||
CFUN | ||
CG | ||
CGMI | ||
CGMM | ||
CGMR | ||
CGP | ||
CGSN | ||
CIMI | ||
CLK | ||
CMOCK | ||
CPIN | ||
CPINREADY | ||
CRSM | ||
Cbmc | ||
Cmock | ||
Coverity | ||
Cp | ||
Cpsms | ||
DNDEBUG | ||
EDRX | ||
EDRXS | ||
EFHPLM | ||
Edrx | ||
Ftesting | ||
HPLMN | ||
HSDPA | ||
HSDPAHSUPA | ||
HSUPA | ||
Hplmn | ||
IMEI | ||
IMSI | ||
Imsi | ||
MISRA | ||
MQTT | ||
MSI | ||
Misra | ||
Mockv | ||
Mockx | ||
NBIOT | ||
PKTIO | ||
PSMSettings | ||
Pkio | ||
Pktio | ||
Plmn | ||
Psreg | ||
QCCID | ||
QCFG | ||
QIND | ||
QIOPEN | ||
QIRD | ||
QIURC | ||
QP | ||
QPSMS | ||
QSIMSTAT | ||
Quectel | ||
RDYY | ||
RSRP | ||
RSRQ | ||
Rssi | ||
UTRAN | ||
WCDMA | ||
atlib | ||
cbmc | ||
cgreg | ||
cid | ||
coverity | ||
creg | ||
ctest | ||
eidrx | ||
iccid | ||
imei | ||
lcov | ||
misra | ||
nwscanseq | ||
onse | ||
pdpdeact | ||
pkio | ||
pktios | ||
plantuml | ||
plmn | ||
rsrp | ||
rsrq | ||
sinr | ||
sms | ||
ublox | ||
utest | ||
utrhf | ||
utrhfgdghfg |
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
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.