`wolfictl lint` doesn't print out actual error
bugneeds-triage
**Description**
It just prints the linting failed error, but we can't see the actual error unless we pass the --log-level debug flag:
```
wolfictl lint .
2025/03/17 14:14:35 ERRO linting failed
wolfictl lint --log-level error
2025/03/17 14:14:35 ERRO linting failed
```
Action doesn't have this flag: https://github.com/wolfi-dev/actions/blob/117317a80d8d1e32227a90838672b34f04fa65b3/wolfictl-lint/action.yaml#L27
1 条评论