Skip to content

chore(ml): update to the latest version of the reading level model #1055

chore(ml): update to the latest version of the reading level model

chore(ml): update to the latest version of the reading level model #1055

name: Maven Format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
java: [17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: maven
- run: mvn clean
- run: mvn spotless:check