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

Add the Initial commit for the GitHub Action #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonathanio
Copy link
Contributor

Add all the code, documentation, and automation for this GitHub Action for running terraform-docs.

@jonathanio jonathanio self-assigned this Jul 5, 2023
@jonathanio jonathanio added priority/normal This is a normal-priority issue or pull request release/feature A new feature is added with this pull request type/enhancement Adding or requesting a new feature update/configuration Update with changes to tool or service configuratons update/documentation Update with improvements to the documentation update/github-action Update with changes to the GitHub Action update/github-workflows Update with changes to GitHub Workflows update/scripts Update with changes to scripts labels Jul 5, 2023
@jonathanio jonathanio force-pushed the initial-commit branch 6 times, most recently from 5e6d2e7 to edd55ad Compare July 7, 2023 00:19
@github-actions
Copy link

github-actions bot commented Jul 7, 2023

sh-checker report

To get the full details, please check in the job output.

shellcheck errors

'shellcheck ' returned error 1 finding the following syntactical issues:

----------

In tests/arguments.bats line 137:
  export OUTPUT_FORMAT="json"
         ^-----------^ SC2030 (info): Modification of OUTPUT_FORMAT is local (to subshell caused by @bats test).

For more information:
  https://www.shellcheck.net/wiki/SC2030 -- Modification of OUTPUT_FORMAT is ...
----------

You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
  # shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.



shfmt errors
'shfmt --indent 2 --binary-next-line --case-indent --simplify' found no issues.

@n3tuk n3tuk deleted a comment from github-actions bot Jul 7, 2023
@n3tuk n3tuk deleted a comment from github-actions bot Jul 7, 2023
@n3tuk n3tuk deleted a comment from github-actions bot Jul 7, 2023
@n3tuk n3tuk deleted a comment from github-actions bot Jul 7, 2023
@n3tuk n3tuk deleted a comment from github-actions bot Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/normal This is a normal-priority issue or pull request release/feature A new feature is added with this pull request type/enhancement Adding or requesting a new feature update/configuration Update with changes to tool or service configuratons update/documentation Update with improvements to the documentation update/github-action Update with changes to the GitHub Action update/github-workflows Update with changes to GitHub Workflows update/scripts Update with changes to scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant