Skip to content

fix formatting and optimize imports #394

fix formatting and optimize imports

fix formatting and optimize imports #394

Workflow file for this run

name: Java CI
on:
push:
branches: [ main, development, rewrite ]
pull_request:
branches: [ main, development, rewrite ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 21
- name: Build with Maven
run: mvn -B package --file pom.xml