]> git.mdlowis.com Git - proto/labwc.git/commitdiff
ci: run checkpatch.pl on all .c and .h files
authorJohan Malm <jgm323@gmail.com>
Sat, 26 Nov 2022 21:33:44 +0000 (21:33 +0000)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 27 Nov 2022 03:03:21 +0000 (04:03 +0100)
.github/workflows/build.yml

index 55ef7b1662d2c57c3a300b2188f4ac0c05d29b2c..c75f82bccebbb606e70caca5b45ad78d68d6553d 100644 (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