Skip to content

HPCC-32693 ECL Watch v5 add log filter fields to ZAP dialog #12975

HPCC-32693 ECL Watch v5 add log filter fields to ZAP dialog

HPCC-32693 ECL Watch v5 add log filter fields to ZAP dialog #12975

name: Check that eclhelper interface has not changed
on:
pull_request:
branches:
- "master"
- "candidate-*"
jobs:
build:
name: "Check eclhelper interface"
runs-on: ubuntu-20.04
steps:
- name: Checkout pr
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Fetch base
run: |
git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin ${{ github.event.pull_request.base.sha }}
- name: Check eclhelper
run: |
git diff ${{ github.event.pull_request.base.sha }} --exit-code -- rtl/include/eclhelper.hpp