Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3 #135

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3 #135

Workflow file for this run

name: CI
on: [ pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java environment
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
gpg-passphrase: MAVEN_CENTRAL_GPG_PASSPHRASE
- name: Build
run: mvn verify -PcheckFormat -B