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

Parse AsciiDoc files with any extension by default, following a Convention over Configuration approach #33

Open
manoelcampos opened this issue Jun 20, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@manoelcampos
Copy link
Owner

manoelcampos commented Jun 20, 2022

If the adoc_file_ext param is not provided, the action should build all AsciiDoc files
using find . -name "*.adoc" -or -name "*.ascii" -or -name "*.asciidoc".

If the param is given, build just files with provided extension.
The param must not have a default value anymore.

@manoelcampos manoelcampos self-assigned this Jun 20, 2022
@manoelcampos
Copy link
Owner Author

That will avoid questions such as #32.

@manoelcampos manoelcampos added the enhancement New feature or request label Jun 20, 2022
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