Skip to content

chore(deps): bump the github-actions-dependencies group with 2 updates #90

chore(deps): bump the github-actions-dependencies group with 2 updates

chore(deps): bump the github-actions-dependencies group with 2 updates #90

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