MetaMask / module-lint

Analyzes one or more repos for divergence from a template repo.
1 stars 3 forks source link

generate module lint report by schedule and post to slack when failed #81

Closed kanthesha closed 2 months ago

kanthesha commented 3 months ago

A module-lint report to be automatically generated once in a week and shared on a slack channel by tagging the team (when failed).

For the purpose of testing, this repo has been forked and all the changes of this PR are available in the forked repo as well. And right now, it posts to the channel temp-test-module-lint. Please feel free to ping me, if you want to be added to this channel to see the scheduled messages posted from github actions to the slack channel.

Here is the screenshot of the report posted to the slack channel.

Screenshot 2024-04-16 at 17 29 39

And click here to see the github action (cron job) in the forked repo.

Fixes #60