mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083)
* Use new version of CI-CD Actions, checkout@v3 instead of checkout@v2 on all jobs * Use cSpell spell check, and use ubuntu-20.04 for formatting check * Add in bot formatting action * Update freertos_demo.yml and freertos_plus_demo.yml files to increase github log readability * Add in a Qemu demo onto the workflows.
This commit is contained in:
parent
537007d96c
commit
3a2f6646f0
1036 changed files with 134568 additions and 127281 deletions
27
.github/scripts/release-requirements.txt
vendored
27
.github/scripts/release-requirements.txt
vendored
|
|
@ -1,13 +1,14 @@
|
|||
certifi>=2020.12.5
|
||||
chardet>=3.0.4
|
||||
Deprecated>=1.2.10
|
||||
gitdb>=4.0.5
|
||||
GitPython>=3.1.11
|
||||
idna>=2.10
|
||||
PyGithub>=1.54
|
||||
PyJWT>=1.7.1
|
||||
PyYAML>=5.3.1
|
||||
requests>=2.24.0
|
||||
smmap>=3.0.4
|
||||
urllib3>=1.25.11
|
||||
wrapt>=1.12.1
|
||||
Deprecated
|
||||
GitPython
|
||||
PyGithub
|
||||
PyJWT
|
||||
PyYAML
|
||||
certifi
|
||||
chardet
|
||||
colorama
|
||||
gitdb
|
||||
idna
|
||||
requests
|
||||
smmap
|
||||
urllib3
|
||||
wrapt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue