Skip to content

grt: add incremental deleted-net cleanup for CUGR #6943

grt: add incremental deleted-net cleanup for CUGR

grt: add incremental deleted-net cleanup for CUGR #6943

name: Check that OK files are up to date
on:
pull_request:
jobs:
No-Diffs-In-Ok-Files:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- name: Check out repository code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Check ok files
run: |
if git ls-files '*.ok' | xargs grep -n "Differences found "; then
exit 1
fi