Azure-Samples / Azure-Samples/Copilot-Studio-with-Azure-AI-Search
[Bug] Linter Workflow Outputs No Error Details
- Dominant language
- HCL
- Stars
- 31
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue?
- [x] I have searched the existing issues
### Description
_No response_
### Steps to Reproduce
1. Run one of the linter or validation workflows in this repo with a change that will force an error to occur.
2. Observe minimal details in the workflow when an error occurs.
### Expected Behavior
When the linter in terraform-validate.yml encounters an error on things like terraform fmt, it should output the details of the linter error rather than a generic error.
It seems like this is happening because we (correctly) do not run any steps with verbose output in the default workflows. Probably the best way to make this happen is to add a 'debug' option to terraform-validate.yml so that affected contributors could use it to re-run the workflow with more verbose output. But anything that makes it easy to get more details when there are workflow errors would suffice.
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.