From da8a811e843605773212c7951dc21db797a358f2 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 19 Jul 2024 10:58:07 +0200 Subject: [PATCH] ci.yml: place checkpatch check in separate This doesn't need to run for all 3 architectures. Signed-off-by: Mauro Carvalho Chehab --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d45ffb5..648d938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,11 @@ jobs: ./configure --enable-all make sudo make install + Ubuntu: + name: Source code check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 - name: checkpatch run: ./scripts/checkpatch.pl --terse --show-types --no-summary -f $(git ls-files|grep -E '\.[ch]$')