Home
last modified time | relevance | path

Searched +full:persist +full:- +full:credentials (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/.github/workflows/
Dcheck_conf.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-conf-internal:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Setup Python
23 uses: actions/setup-python@v5
[all …]
Dcheck_properties.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-property-name:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Generate property names
24 working-directory: scripts
[all …]
Dverify_kconfig.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-kconfig:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Setup Python
23 uses: actions/setup-python@v5
[all …]
Dcheck_style.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-formatting:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Checkout astyle
28 - name: Install astyle
[all …]
Dcheck_bom.yml7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
10 group: ${{ github.ref }}-${{ github.workflow }}
11 cancel-in-progress: true
14 bom-check:
16 runs-on: ubuntu-22.04
18 - name: Checkout
21 persist-credentials: false
22 fetch-depth: 0
24 - name: UTF-8 BOM
26-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…
[all …]
Dcompile_docs.yml5 - master
6 - 'release/*'
8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
11 group: ${{ github.ref }}-${{ github.workflow }}
12 cancel-in-progress: true
16 EM_CACHE_FOLDER: 'emsdk-cache'
18 build-and-deploy:
20 runs-on: ubuntu-22.04
21 concurrency: docs-build-and-deploy
23 - name: Checkout
[all …]