Skip to content

chore(deps): bump com.ibeetl:beetl from 3.18.0.RELEASE to 3.19.0.RELEASE #324

chore(deps): bump com.ibeetl:beetl from 3.18.0.RELEASE to 3.19.0.RELEASE

chore(deps): bump com.ibeetl:beetl from 3.18.0.RELEASE to 3.19.0.RELEASE #324

name: Spring Java Format Validate
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
- name: Execute Spring Java Format Validation
id: format-validation
run: |
echo "Executing Spring code format validation"
mvn spring-javaformat:validate