Home
last modified time | relevance | path

Searched +full:spell +full:- +full:check (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/.github/workflows/
Dci.yml10 runs-on: ubuntu-20.04
12 - uses: actions/checkout@v4.1.1
13 - name: Check Formatting of FreeRTOS-Kernel Files
14 uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
16 exclude-dirs: portable
18 spell-check:
19 runs-on: ubuntu-latest
21 - name: Clone This Repo
23 - name: Run spellings check
24 uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
[all …]
/Kernel-v11.1.0/
Dcspell.config.yaml1 ---
7 # Read files not to spell check from the git ignore
12 - caseSensitive: false
19 - name: freertos-words
24 - freertos-words
28 - 'dependency'
29 - 'docs'
30 - 'ThirdParty'
31 - 'History.txt'
DREADME.md1 …eRTOS-Kernel/actions/workflows/unit-tests.yml/badge.svg?branch=main&event=push)](https://github.co…
2 …(https://codecov.io/gh/FreeRTOS/FreeRTOS-Kernel/badge.svg?branch=main)](https://codecov.io/gh/Free…
9 repository, which contains pre-configured demo application projects under
12 The easiest way to use FreeRTOS is to start with one of the pre-configured demo
17 [FreeRTOS Kernel Quick Start Guide](https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html)
25 [the instructions here](.github/CONTRIBUTING.md#contributing-via-pull-request).
33 ## To consume FreeRTOS-Kernel
40 - Define the source and version/tag you want to use:
44 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git
45 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
[all …]