Skip to content

Add file info method to retrieve all file info (#359) #308

Add file info method to retrieve all file info (#359)

Add file info method to retrieve all file info (#359) #308

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
- name: Build with Maven
run: mvn -B -q clean install