Skip to content

build: run validatePomFiles as part of qualityCheck/Gate (#14) #16

build: run validatePomFiles as part of qualityCheck/Gate (#14)

build: run validatePomFiles as part of qualityCheck/Gate (#14) #16

name: "PR Checks"
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
defaults:
run:
shell: bash
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Code
uses: ./.github/workflows/zxc-build-plugins.yaml