Skip to content

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #46

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #46

Workflow file for this run

name: Verify Code
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
verify_code:
name: Verify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "JDK set-up"
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- run: mvn clean verify