Skip to content

Bump the kotlin-ksp-compose group with 2 updates #258

Bump the kotlin-ksp-compose group with 2 updates

Bump the kotlin-ksp-compose group with 2 updates #258

Workflow file for this run

name: Regular build
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: "Basic check and build"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v4
- name: Overriding gradle.properties for CI
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Run Detekt and build the Google Play Debug Apk
run: ./gradlew detekt buildGoogleDebug