Skip to content

chore: add sloth to the docs #16

chore: add sloth to the docs

chore: add sloth to the docs #16

Workflow file for this run

# .github/workflows/build.yml
name: Build DecodeV2 for testing
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
- name: Grant execute permission to gradlew
run: chmod +x gradlew
- name: Build TeamCode debug APK
run: ./gradlew :TeamCode:assembleDebug