Skip to content

Proper theme colors #136

Proper theme colors

Proper theme colors #136

Workflow file for this run

name: Integrity check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Building the APK
run: ./gradlew detekt buildCiDebug