Skip to content

chore(deps): bump the java-minor-patch group with 16 updates #39

chore(deps): bump the java-minor-patch group with 16 updates

chore(deps): bump the java-minor-patch group with 16 updates #39

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
cache: maven
- name: Build and test
run: mvn verify
- name: Static analysis
run: mvn spotbugs:check -DfailOnError=true