Skip to content

Commit

Permalink
Merge pull request #101 from fish-shop/wildcard-deprecation-note
Browse files Browse the repository at this point in the history
Add note about wildcard character deprecation
  • Loading branch information
marcransome authored Aug 25, 2024
2 parents 72cfa3c + 1c1ed7b commit f38f5c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`):
Expand Down

0 comments on commit f38f5c9

Please sign in to comment.