Skip to content

Bump io.github.ermadmi78.kobby from 3.1.0 to 4.0.0 #29

Bump io.github.ermadmi78.kobby from 3.1.0 to 4.0.0

Bump io.github.ermadmi78.kobby from 3.1.0 to 4.0.0 #29

Workflow file for this run

name: Test Branches
on:
push:
branches-ignore:
- 'main'
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- uses: gradle/actions/wrapper-validation@v3
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew test