Skip to content

HPCC-29925 GH Actions resets changes in vcpkg_overlays #8418

HPCC-29925 GH Actions resets changes in vcpkg_overlays

HPCC-29925 GH Actions resets changes in vcpkg_overlays #8418

Workflow file for this run

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@v2
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