You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a zsh completion script and the ability to run
configlet completion --shell zsh
to write that script to stdout.
This commit also bumps the version of the shellcheck action, which is
necessary to prevent the action from running `shellcheck` on the new zsh
script. Shellcheck does not support zsh, so CI would indicate an error
otherwise.
The bump must be to the latest commit - we already used the latest
release (1.1.0). An upstream commit [1] that claims to exclude zsh
scripts seems to be insufficient - we need to use the `ignore_names`
input that does not exist in the latest release [2].
[1] ludeeus/action-shellcheck@ceeca77f6538
[2] ludeeus/action-shellcheck@c2b45ddc5f85Closes: #633
Follow-up from #629.
The text was updated successfully, but these errors were encountered: