Skip to content

:spakles: update invoice to 4.6, financial document to 1.6 #447

:spakles: update invoice to 4.6, financial document to 1.6

:spakles: update invoice to 4.6, financial document to 1.6 #447

Workflow file for this run

name: Check Style
on:
- push
jobs:
check-style:
name: Check Code Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: "11"
distribution: "temurin"
cache: "maven"
- name: Check Code Style
run: mvn --update-snapshots --no-transfer-progress checkstyle:check