chore: organize and parallelize some checks

This commit is contained in:
2025-08-21 18:53:33 +02:00
parent 947c92ce3f
commit dad5296839
2 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
with:
packages: "shellcheck"
version: 1.0
- run: find . -type f -name '*.sh' -not -path './assets/pkg/aur/*/src/*' | xargs shellcheck
- run: git ls-files "*.sh" "*/PKGBUILD" | xargs shellcheck --shell=bash
clangcheck:
name: Clang