Skip to content

add equals and hashCode, version bump #26

add equals and hashCode, version bump

add equals and hashCode, version bump #26

Workflow file for this run

name: Checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run checks
run: ./gradlew check