ExocoreNetwork / exocore

5 stars 9 forks source link

chore(ci): fix super linter config #10

Closed MaxMustermann2 closed 4 months ago

MaxMustermann2 commented 4 months ago

The super-linter.yml workflow seems to be running on pull requests and branches. However, for pull requests, it fails silently with the logs reporting an error. On branches, it fails actually with an ❌ emoji.

MaxMustermann2 commented 4 months ago

The failing lint check here is, again, the protobuf's break-check. There is a singular non-comment change within the proto files, which is fixing a typo of a field in an unused module. Hence, it can be ignored.