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