TP-31287 | Add NDK & CMake to Checkstyle Action (#6792)

This commit is contained in:
Shivam Goyal
2023-06-05 20:16:15 +05:30
committed by GitHub Enterprise
parent 4b96b9dddd
commit b83b00e439

View File

@@ -21,8 +21,11 @@ jobs:
with:
java-version: 11
distribution: adopt
- name: Setup Android SDK
- name: Set up Android SDK
uses: android-actions/setup-android@v2
- name: Grant execute permission for gradlew
- name: Set up Android NDK & CMake
run: sdkmanager "ndk;25.2.9519653" "cmake;3.22.1"
- name: Grant Execute Permission for Gradle Wrapper
run: chmod +x gradlew
- run: ./gradlew spotlessCheck
- name: Run Spotless Check
run: ./gradlew spotlessCheck