diff options
author | Soni L <EnderMoneyMod@gmail.com> | 2022-02-24 01:03:55 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 20:03:55 -0800 |
commit | 08cf71aa180674432750a02581f1e214c310042d (patch) | |
tree | 8666b660f8f7ef2c4def8e3278c399f80016075f /.github | |
parent | 897e3d908673b26dafc0fe70660b171e27209768 (diff) | |
download | wabt-08cf71aa180674432750a02581f1e214c310042d.tar.gz wabt-08cf71aa180674432750a02581f1e214c310042d.tar.bz2 wabt-08cf71aa180674432750a02581f1e214c310042d.zip |
Fix lint CI on push (#1839)
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 1a5a0738..e707d57b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,8 @@ jobs: sudo apt-get install clang-format - run: flake8 - run: ./scripts/clang-format-diff.sh + env: + GITHUB_EVENT_BEFORE: ${{ github.event.before }} build: name: build runs-on: ${{ matrix.os }} |