Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.4 #33

Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.4

Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.4 #33

Workflow file for this run

name: Build project and validate formatting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.1
- name: Build project
run: mvn test -B
- name: Validate formatting
run: mvn validate formatter:validate