From: Johan Malm Date: Sat, 26 Nov 2022 21:33:44 +0000 (+0000) Subject: ci: run checkpatch.pl on all .c and .h files X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=dca21fd087b9f4193fda5f57b6089a05619a8421;p=proto%2Flabwc.git ci: run checkpatch.pl on all .c and .h files --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55ef7b16..c75f82bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,3 +136,10 @@ jobs: meson build-clang-no-xwayland -Dxwayland=disabled --werror meson compile -C build-clang-no-xwayland ' | $TARGET + + - name: Run coding style checks + run: | + echo ' + cd "$GITHUB_WORKSPACE" + ./scripts/check + ' | $TARGET