FreeRTOS Kernel Spelling Update (#170)

* FreeRTOS Kernel Spelling Update

* Added spell check to kernel repository.
* Fixed small spelling errors in various kernel source files.
* Added documentation for spellcheck.

Note: Only kernel files are checked for spelling, and portable files are ignored.
This commit is contained in:
Carl Lundin 2020-09-16 11:17:39 -07:00 committed by Alfred Gedeon
parent 4be72bc9d3
commit 3f63e5e47f

View file

@ -6,9 +6,15 @@ on:
branches: [master]
workflow_dispatch:
jobs:
url-check:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Parent Repo
uses: actions/checkout@v2
with:
ref: master
repository: aws/aws-iot-device-sdk-embedded-C
path: main
- name: Clone This Repo
uses: actions/checkout@v2
with: