Skip to content

NH-76572 - Removed maven release plugin #17

NH-76572 - Removed maven release plugin

NH-76572 - Removed maven release plugin #17

Workflow file for this run

name: Verify
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run make
run: make
- name: Run make check
run: make check