Skip to content
New issue

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

[FEATURE] Adding opportunity to check hidden folder #139

Open
ylazakovich opened this issue Jul 22, 2024 · 0 comments
Open

[FEATURE] Adding opportunity to check hidden folder #139

ylazakovich opened this issue Jul 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ylazakovich
Copy link

ylazakovich commented Jul 22, 2024

What would you like to change about the program?
Your entrypoint.sh uses

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

For instance

With ' Without '
image image

If define

prettier_options: --check --ignore-unknown '**/*.{yml}'

  • action will return error about wrong command
    image
@ylazakovich ylazakovich added the enhancement New feature or request label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant