Currently when I lint in huge project, like [station](https://github.com/superfaceai/station), I get verbose, yet useless output (see eg. [here](https://github.com/superfaceai/station/runs/6325585597?check_suite_focus=true)): When there is an error with my files, at the end I get only this unhelpful message:
```
Detected 1 problem
› Error: ❌ Errors were found
```
And I need to scroll back and search through the list of linted files to find my error.
My suggestion here is for CLI is to act like any sensitive linter / test harness out there, and display summary of errors at the end. Alternatively `lint` command could also display only errors instead of listing all the validated files, having a verbose switch to also display OK files – still, a summary of errors at the end would be nice nevertheless.