Skip to content

fix: hold for 2x speed setting not having any effect #228

fix: hold for 2x speed setting not having any effect

fix: hold for 2x speed setting not having any effect #228

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
cache: 'gradle'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew detekt assembleDebug