From 33bbd08695f4637b6ed83f925f7a5b7b844280fa Mon Sep 17 00:00:00 2001 From: Shravan Narayan Date: Sat, 8 Apr 2023 13:16:14 -0400 Subject: wasm2c: Checkin prebuilt source code in source folder, add lint checks to ensure these are up to date --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e0f7187..2e9b89ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,8 @@ jobs: if: matrix.os == 'windows-latest' - name: build run: cmake --build out + - name: check if generated files are up-to-date + run: python ./scripts/check_clean.py - name: unittests run: cmake --build out --target run-unittests - name: c-api-tests -- cgit v1.2.3