From 04ccd2c8306e77137c48d94b1eb9087ef4d402dc Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 19 Jul 2024 10:54:56 +0200 Subject: [PATCH] ci.yml: run checkpatch when doing tests That helps detecting new problems at the code. Signed-off-by: Mauro Carvalho Chehab --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81500b8..d45ffb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,3 +26,6 @@ jobs: ./configure --enable-all make sudo make install + - name: checkpatch + run: + ./scripts/checkpatch.pl --terse --show-types --no-summary -f $(git ls-files|grep -E '\.[ch]$') -- 2.49.0