Skip to content

chore(deps): bump the minor-and-patch group with 2 updates #708

chore(deps): bump the minor-and-patch group with 2 updates

chore(deps): bump the minor-and-patch group with 2 updates #708

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: '21'
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v6
- name: Test, lint & detekt
run: ./gradlew testDebugUnitTest lintDebug detekt