Skip to content

chore(deps): bump the gradle-dependencies group with 4 updates #91

chore(deps): bump the gradle-dependencies group with 4 updates

chore(deps): bump the gradle-dependencies group with 4 updates #91

Workflow file for this run

name: Build
on: [push, workflow_dispatch, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/[email protected]
- name: Verify everything is working fine
run: ./gradlew test