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 .tflint.hcl to test case directories and fix the process of getting arch #94

Merged
merged 3 commits into from
Aug 10, 2024

Conversation

massongit
Copy link
Contributor

@massongit massongit commented Aug 9, 2024

https://github.com/reviewdog/action-tflint/actions/runs/9427989877/job/25972795210

Failed to load TFLint config; failed to load file: open .tflint.hcl: no such file or directory

https://github.com/reviewdog/action-tflint/actions/runs/9427989877/job/25972795602

Unsupported architecture: arm64

CI Tests fails.
Therefore, I add .tflint.hcl ( See https://github.com/terraform-linters/tflint?tab=readme-ov-file#getting-started ) to test case directories and I fix the process of getting arch so that action-tflint downloads tflint_${os}_arm64.zip if uname -m returns aarch64 or arm64.

@massongit massongit changed the title Test: Add .tflint.hcl Fix test and the process of getting arch Aug 9, 2024
@massongit massongit linked an issue Aug 9, 2024 that may be closed by this pull request
@massongit massongit changed the title Fix test and the process of getting arch Add .tflint.hcl to test case directories and fix the process of getting arch Aug 9, 2024
@massongit massongit marked this pull request as ready for review August 9, 2024 11:58
@massongit massongit requested a review from shogo82148 August 9, 2024 11:58
@massongit massongit added the bump:patch Attach to PR to automatically bump patch version on merge label Aug 9, 2024
Copy link
Contributor

github-actions bot commented Aug 9, 2024

🏷️ [bumpr] Next version:v1.23.1 Changes:v1.23.0...reviewdog:add_tdlint_hcl

@massongit massongit removed the request for review from shogo82148 August 9, 2024 12:20
@massongit massongit merged commit 4adc549 into master Aug 10, 2024
15 checks passed
@massongit massongit deleted the add_tdlint_hcl branch August 10, 2024 02:01
Copy link
Contributor

🚀 [bumpr] Bumped! New version:v1.23.1 Changes:v1.23.0...v1.23.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump:patch Attach to PR to automatically bump patch version on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI Tests fails
2 participants