Searched +full:spell +full:- +full:check (Results 1 – 3 of 3) sorted by relevance
10 runs-on: ubuntu-20.0412 - uses: actions/checkout@v4.1.113 - name: Check Formatting of FreeRTOS-Kernel Files14 uses: FreeRTOS/CI-CD-Github-Actions/formatting@main16 exclude-dirs: portable18 spell-check:19 runs-on: ubuntu-latest21 - name: Clone This Repo23 - name: Run spellings check24 uses: FreeRTOS/CI-CD-Github-Actions/spellings@main[all …]
1 ---7 # Read files not to spell check from the git ignore12 - caseSensitive: false19 - name: freertos-words24 - freertos-words28 - 'dependency'29 - 'docs'30 - 'ThirdParty'31 - 'History.txt'
1 …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 under12 The easiest way to use FreeRTOS is to start with one of the pre-configured demo17 [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-Kernel40 - Define the source and version/tag you want to use:44 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git45 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version[all …]