Skip to content

Update AGP and other libraries #100

Update AGP and other libraries

Update AGP and other libraries #100

Workflow file for this run

name : detekt
on : pull_request
jobs :
detekt-code-analysis :
runs-on : ubuntu-latest
timeout-minutes : 10
env :
GRADLE_OPTS : -Dorg.gradle.daemon=false
steps :
- name : Checkout
uses : actions/checkout@v3
- name : Validate Gradle Wrapper
uses : gradle/wrapper-validation-action@v1
- name : Configure JDK
uses : actions/setup-java@v3
with :
distribution : 'temurin'
java-version : '17'
- name : detekt
run : ./gradlew detekt