Skip to content

feat: add bump notify command #45

feat: add bump notify command

feat: add bump notify command #45

Workflow file for this run

on: pull_request
name: lint
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: oracle
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- run: ./gradlew check