From 8454c2e6ac6d3dcce2369ff7a957f85ed612d7ce Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Sat, 28 Oct 2023 23:10:07 +0300 Subject: [PATCH] Improve CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08d3c63f..ea5eaaee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: - name: Check scripts with Shellcheck uses: essentialkaos/shellcheck-action@v1 with: - files: scripts/* + files: scripts/bibop-dep scripts/bibop-docker scripts/bibop-entrypoint scripts/bibop-libtest-gen scripts/bibop-linked scripts/bibop-massive scripts/bibop-multi-check scripts/bibop-so-exported Hadolint: name: Hadolint