Skip to content

Merge pull request #96 from luftfartsverket/renovate/org.junit.jupite… #276

Merge pull request #96 from luftfartsverket/renovate/org.junit.jupite…

Merge pull request #96 from luftfartsverket/renovate/org.junit.jupite… #276

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@v4
- name: Build and run tests
uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"
- run: mvn clean verify