Skip to content

fix(deps): update version.camunda to v7.22.0 (minor) #139

fix(deps): update version.camunda to v7.22.0 (minor)

fix(deps): update version.camunda to v7.22.0 (minor) #139

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