]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
ci.yml: place checkpatch check in separate
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 19 Jul 2024 08:58:07 +0000 (10:58 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 19 Jul 2024 08:58:07 +0000 (10:58 +0200)
This doesn't need to run for all 3 architectures.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
.github/workflows/ci.yml

index d45ffb526745fce27ec7f4ea0dbd84460fecc96d..648d938cd149ecd7661698c6d8bbc6d3a83c26b5 100644 (file)
@@ -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]$')