Home
last modified time | relevance | path

Searched +full:- +full:- +full:kernel +full:- +full:repo +full:- +full:path (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/.github/workflows/
Dauto-release.yml1 name: Kernel-Auto-Release
15 description: "Version String for task.h on main branch (leave empty to leave as-is)."
20 release-packager:
22 runs-on: ubuntu-latest
25 - name: Tool Setup
26 uses: actions/setup-python@v2
33 - name: Checkout FreeRTOS Release Tools
37 path: tools
39 # Simpler git auth if we use checkout action and forward the repo to release script
40 - name: Checkout FreeRTOS Kernel
[all …]
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 …]
Dkernel-checks.yml1 name: Kernel-Checker
6 kernel-checker:
7 name: FreeRTOS Kernel Header Checks
8 runs-on: ubuntu-20.04
11 - name: Tool Setup
12 uses: actions/setup-python@v3
17 - name: Checkout FreeRTOS Tools
21 sparse-checkout: '.github'
23 path: tools
26 - name: Checkout Pull Request
[all …]