Skip to content

build(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 #86

build(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2

build(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 #86

Workflow file for this run

name: Pull request check
on:
pull_request:
jobs:
build:
name: Pull request check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout from Git
with:
fetch-depth: 0
- uses: actions/setup-java@v3
name: Setup Java
with:
distribution: 'temurin'
java-version: '11'
cache: maven
- name: Run tests
run: ./mvnw --no-transfer-progress verify