diff options
author | Shravan Narayan <shravanrn@gmail.com> | 2023-04-08 13:16:14 -0400 |
---|---|---|
committer | Shravan Narayan <shravanrn@gmail.com> | 2023-04-11 19:20:32 -0400 |
commit | 33bbd08695f4637b6ed83f925f7a5b7b844280fa (patch) | |
tree | 4bb36608dee04880cf89de7fae2b128f12983dee /.github | |
parent | 2254191c0004bcf569867967f3a69f6f582dd138 (diff) | |
download | wabt-33bbd08695f4637b6ed83f925f7a5b7b844280fa.tar.gz wabt-33bbd08695f4637b6ed83f925f7a5b7b844280fa.tar.bz2 wabt-33bbd08695f4637b6ed83f925f7a5b7b844280fa.zip |
wasm2c: Checkin prebuilt source code in source folder, add lint checks to ensure these are up to date
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |