Skip to content

Merge branch 'main' into renovate/org.apache.maven.plugins-maven-comp… #481

Merge branch 'main' into renovate/org.apache.maven.plugins-maven-comp…

Merge branch 'main' into renovate/org.apache.maven.plugins-maven-comp… #481

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
linting:
name: Check linting
uses: ./.github/workflows/lint.yml
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build and run tests
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- run: mvn clean verify