mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04: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
31
cspell.config.yaml
Normal file
31
cspell.config.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
|
||||
version: '0.2'
|
||||
# Allows things like stringLength
|
||||
allowCompoundWords: true
|
||||
|
||||
# Read files not to spell check from the git ignore
|
||||
useGitignore: true
|
||||
|
||||
# Language settings for C
|
||||
languageSettings:
|
||||
- caseSensitive: false
|
||||
enabled: true
|
||||
languageId: c
|
||||
locale: "*"
|
||||
|
||||
# Add a dictionary, and the path to the word list
|
||||
dictionaryDefinitions:
|
||||
- name: freertos-words
|
||||
path: '.github/.cSpellWords.txt'
|
||||
addWords: true
|
||||
|
||||
dictionaries:
|
||||
- freertos-words
|
||||
|
||||
# Paths and files to ignore
|
||||
ignorePaths:
|
||||
- 'dependency'
|
||||
- 'docs'
|
||||
- 'ThirdParty'
|
||||
- 'History.txt'
|
||||
Loading…
Add table
Add a link
Reference in a new issue