Home
last modified time | relevance | path

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

/lvgl-3.4.0/.github/workflows/
Dcheck_conf.yml7 verify-conf-internal:
8 runs-on: ubuntu-latest
10 - name: Checkout
13 persist-credentials: false
14 fetch-depth: 0
15 - name: Setup Python
16 uses: actions/setup-python@v1
18 python-version: 3.7
19 - name: Generate lv_conf_internal.h
21 working-directory: scripts
[all …]
Dcheck_style.yml7 verify-formatting:
8 runs-on: ubuntu-latest
10 - name: Checkout
13 persist-credentials: false
14 fetch-depth: 0
15 - name: Install astyle
17 …sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe r…
18 sudo apt-get update -y -qq
19 sudo apt-get install astyle
20 - name: Format code
[all …]
Dcompile_docs.yml5 - master
6 - 'release/*'
9 EM_CACHE_FOLDER: 'emsdk-cache'
11 build-and-deploy:
13 runs-on: ubuntu-latest
14 concurrency: docs-build-and-deploy
16 - name: Checkout
19 persist-credentials: false
20 fetch-depth: 0
21 - name: Setup Python
[all …]