Skip to content

Bumped up the Client PATCH version from 3.14.2 to 3.14.3 #2226

Bumped up the Client PATCH version from 3.14.2 to 3.14.3

Bumped up the Client PATCH version from 3.14.2 to 3.14.3 #2226

Workflow file for this run

name: Check Style
on:
pull_request:
branches:
- master
jobs:
check-style:
name: Check Style
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check Style
shell: bash
run: mvn clean verify --batch-mode --show-version -P check-style