Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-08-03 18:32:42 +00:00
parent 8fb8be6a00
commit b7971b5cc0

View File

@@ -38,9 +38,15 @@ jobs:
lint:
name: Android Lint
runs-on: ubuntu-latest
container:
image: runmymind/docker-android-sdk:latest
steps:
- name: Parallel submodules checkout
shell: bash
run: apt-get install
- name: Checkout sources
uses: https://github.com/actions/checkout@v4
uses: docker://github.com/actions/checkout@v4
with:
fetch-depth: 1
@@ -49,8 +55,6 @@ jobs:
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
- name: Lint
container:
image: runmymind/docker-android-sdk:latest
shell: bash
working-directory: android
run: ./gradlew -Pandroidauto=true lint
@@ -96,8 +100,6 @@ jobs:
key: ${{ github.workflow }}-${{ matrix.flavor }}
- name: Compile ${{ matrix.flavor }}
container:
image: runmymind/docker-android-sdk:latest
shell: bash
working-directory: android
env: