Searched +full:- +full:- +full:kernel +full:- +full:repo +full:- +full:path (Results 1 – 3 of 3) sorted by relevance
1 name: Kernel-Auto-Release15 description: "Version String for task.h on main branch (leave empty to leave as-is)."20 release-packager:22 runs-on: ubuntu-latest25 - name: Tool Setup26 uses: actions/setup-python@v233 - name: Checkout FreeRTOS Release Tools37 path: tools39 # Simpler git auth if we use checkout action and forward the repo to release script40 - name: Checkout FreeRTOS Kernel[all …]
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 name: Kernel-Checker6 kernel-checker:7 name: FreeRTOS Kernel Header Checks8 runs-on: ubuntu-20.0411 - name: Tool Setup12 uses: actions/setup-python@v317 - name: Checkout FreeRTOS Tools21 sparse-checkout: '.github'23 path: tools26 - name: Checkout Pull Request[all …]