Skip to content

jira creation ownership (to another support group) #4790

jira creation ownership (to another support group)

jira creation ownership (to another support group) #4790

Workflow file for this run

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