Skip to content

chore: code cleanup and minor refactors #4

chore: code cleanup and minor refactors

chore: code cleanup and minor refactors #4

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: gradle
- name: Build, test, coverage
run: ./gradlew build