Skip to content

fix(deps): update eldoutil to v2.0.5 #124

fix(deps): update eldoutil to v2.0.5

fix(deps): update eldoutil to v2.0.5 #124

Workflow file for this run

name: Verify state
on:
push:
pull_request:
types: [ opened, ready_for_review, synchronize ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17
- name: Test with Gradle
run: ./gradlew test
- name: Build with Gradle
run: ./gradlew --build-cache build