ci: run checkpatch.pl on all .c and .h files

This commit is contained in:
Johan Malm 2022-11-26 21:33:44 +00:00 committed by Consolatis
parent 74fb769758
commit dca21fd087

View file

@ -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