Skip to content

Bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.4 #46

Bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.4

Bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.4 #46

Workflow file for this run

name: CI
on: [ pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Java environment
uses: actions/setup-java@v3
with:
java-version: '17'
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