Skip to content

Out with Qodana, in with Dependabot #9

Out with Qodana, in with Dependabot

Out with Qodana, in with Dependabot #9

Workflow file for this run

name: Java CI with Maven
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'liberica'
cache: maven
- name: Build with Maven
run: mvn --batch-mode test