Skip to content

Improve header creation functionality #15

Improve header creation functionality

Improve header creation functionality #15

Workflow file for this run

name: Project Build Integrity
on:
pull_request:
types: [opened, reopened]
branches: [ 'main' ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
java-package: 'jdk'
cache: 'maven'
- name: Build With Maven
run: |
mvn -B verify