Home
last modified time | relevance | path

Searched +full:- +full:- +full:checkout (Results 1 – 7 of 7) sorted by relevance

/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml1 name: FreeRTOS-Kernel Demos
6 bashPass: \033[32;1mPASSED -
7 bashInfo: \033[33;1mINFO -
8 bashFail: \033[31;1mFAILED -
12 WIN32-MSVC:
14 runs-on: windows-latest
16 - name: Checkout the FreeRTOS/FreeRTOS Repository
17 uses: actions/checkout@v4.1.1
22 fetch-depth: 1
24 # Checkout user pull request changes
[all …]
Dkernel-checks.yml1 name: Kernel-Checker
6 kernel-checker:
8 runs-on: ubuntu-20.04
11 - name: Tool Setup
12 uses: actions/setup-python@v3
17 - name: Checkout FreeRTOS Tools
18 uses: actions/checkout@v4.1.1
21 sparse-checkout: '.github'
25 # Checkout user pull request changes
26 - name: Checkout Pull Request
[all …]
Dunit-tests.yml6 runs-on: ubuntu-20.04
8 - name: Checkout Parent Repository
9 uses: actions/checkout@v4.1.1
14 fetch-depth: 1
16 # Checkout user pull request changes
17 - name: Checkout Pull Request
18 uses: actions/checkout@v4.1.1
22 - name: Setup Python
23 uses: actions/setup-python@master
25 python-version: 3.8
[all …]
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
34 uses: actions/checkout@v4.1.1
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
22 uses: actions/checkout@v4.1.1
23 - name: Run spellings check
[all …]
Dgit-secrets.yml1 name: git-secrets Check
7 git-secrets:
8 runs-on: ubuntu-latest
10 - uses: actions/checkout@v4.1.1
13 - name: Checkout awslabs/git-secrets
14 uses: actions/checkout@v4.1.1
16 repository: awslabs/git-secrets
18 path: git-secrets
19 - name: Install git-secrets
20 run: cd git-secrets && sudo make install && cd ..
[all …]
Dcoverity_scan.yml10 bashPass: \033[32;1mPASSED -
11 bashInfo: \033[33;1mINFO -
12 bashFail: \033[31;1mFAILED -
16 Coverity-Scan:
17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )
19 runs-on: ubuntu-latest
21 - name: Checkout the Repository
22 uses: actions/checkout@v4.1.1
24 - env:
29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
[all …]