Skip to content

build(deps-dev): bump commons-io:commons-io from 2.14.0 to 2.15.0 #271

build(deps-dev): bump commons-io:commons-io from 2.14.0 to 2.15.0

build(deps-dev): bump commons-io:commons-io from 2.14.0 to 2.15.0 #271

name: MD Pull Request
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: make b
- name: Coverage
run: make coverage