From aad1e212189514ed2c75d02cb7cc99f796340f66 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Fri, 10 Mar 2023 10:36:37 -0500 Subject: [PATCH] build: squash: try to explain exclude-patterns better --- .github/workflows/shellcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index d950c8b..88e623d 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -18,8 +18,8 @@ on: File paths matching these patterns will be skipped when running ShellCheck. Space-separated. Patterns containing spaces are not supported. Wildcard asterisks (*) are supported. - Note that all paths are prefixed with './', so in order to exclude a path, - you must begin the pattern with './' or '*'. + This pattern will be matched against paths which all begin with './'; so, + in order to match any paths, your patterns should each begin with './' or '*'. operating-system: type: string