Skip to content

Commit

Permalink
build: squash: try to explain exclude-patterns better
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Mar 10, 2023
1 parent 215c82d commit aad1e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aad1e21

Please sign in to comment.