From 1c1ed7b154742d86decacdaf02ed96aa961cb5d5 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Sun, 25 Aug 2024 20:23:58 +0100 Subject: [PATCH] Add note about wildcard character deprecation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d73fa95..58c9a02 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ Each pattern value may include [wildcards](https://fishshell.com/docs/current/la patterns: init.fish functions/**.fish {conf.d,completions}/**.fish tests/???-*.fish ``` +> [!IMPORTANT] +> The `?` wildcard character is [deprecated](https://fishshell.com/docs/current/language.html#wildcards-globbing) and can be disabled via the `fish` feature flag `qmark-noglob`. Support for the `?` wildcard may therefore be dependent upon the version of `fish` shell in use and/or the configuration of its feature flags. + ## Action versions Use one of the following patterns when specifying the version reference for this action in your workflow (i.e. the `{ref}` value in `uses: fish-shop/syntax-check@{ref}`):