From 460c122d0b934ca0b9193abb7fc97bb1b4fcb53d Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Sun, 8 Feb 2026 10:32:31 +0900 Subject: [PATCH] Check the latest .inl files are checked in. --- .github/workflows/check-dfdutils.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-dfdutils.yml b/.github/workflows/check-dfdutils.yml index 6c1928e..aeb2ab2 100644 --- a/.github/workflows/check-dfdutils.yml +++ b/.github/workflows/check-dfdutils.yml @@ -76,6 +76,9 @@ jobs: - name: Build dfdutils Release config run: cmake --build ${{ env.BUILD_DIR }} --config=${{ matrix.config }} + - name: Check latest .inl files are checked in + run: git diff --quiet *.inl + - name: Run test programs run: | build/${{ matrix.config }}/testcreatedfd