Skip to content

Bump org.apache.activemq:artemis-jakarta-client from 2.38.0 to 2.39.0 #3608

Bump org.apache.activemq:artemis-jakarta-client from 2.38.0 to 2.39.0

Bump org.apache.activemq:artemis-jakarta-client from 2.38.0 to 2.39.0 #3608

Workflow file for this run

name: Checkstyle
on: pull_request
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-review'
checkstyle_config: checkstyle/checkstyle.xml
fail_on_error: true
filter_mode: 'file'