We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What would you like to change about the program? Your entrypoint.sh uses
entrypoint.sh
shopt -s globstar
I would suggesting to add global option with default value
-s globstar
but for me I need execute
shopt -s globstar dotglob
Why do you think this is a cool idea? As result if I run your action I will be able to check all workflows in .github/workflows/*.yml
.github/workflows/*.yml
For instance
'
If define
prettier_options: --check --ignore-unknown '**/*.{yml}'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to change about the program?
Your
entrypoint.sh
usesI would suggesting to add global option with default value
but for me I need execute
Why do you think this is a cool idea?
As result if I run your action I will be able to check all workflows in
.github/workflows/*.yml
For instance
'
'
If define
The text was updated successfully, but these errors were encountered: