Skip to content

Merge pull request #71 from com-pas/dependabot/github_actions/actions… #131

Merge pull request #71 from com-pas/dependabot/github_actions/actions…

Merge pull request #71 from com-pas/dependabot/github_actions/actions… #131

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Alliander N.V.
#
# SPDX-License-Identifier: Apache-2.0
name: Build Project
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4.1.0
with:
distribution: 'zulu'
java-version: '11'
- name: Build with Maven
run: ./mvnw -B clean verify