From 714912a2a97dd892612f4e6518fe42302a3236c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 3 Jan 2024 10:02:44 +0100 Subject: [PATCH] Suppress action-shellcheck warning from deprecated option (#3030) Use ignore_paths instead of ignore for the buildroot directory. --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f5419b99e..e1ef88a55 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -21,7 +21,7 @@ jobs: - name: Check shell scripts uses: ludeeus/action-shellcheck@2.0.0 with: - ignore: buildroot + ignore_paths: buildroot - name: Check buildroot-external packages run: |