From 593f67013e00eeac5accf370e485d97ae4c2c4f8 Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Sat, 18 Dec 2021 21:57:39 +0100 Subject: [PATCH] Use correct argument to ignore shunit2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1a095e..cafe916 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Run ShellCheck uses: ludeeus/action-shellcheck@master with: - ignore_names: shunit2 + ignore_paths: tests/shunit2 - name: Build debian image run: |