CLOMonitor.io is a great dashboard for checking your project's progress. It reruns once an hour if repository changes are detected.
If you would like to review or modify the checks that are being made for your project, check out the CNCF configuration file for CLOMonitor.io: https://github.com/cncf/clomonitor/blob/main/data/cncf.yaml
This YAML file will specify which projects are checked, which repos are considered as part of each project, and which subset of checks are executed for each repo.
If you would like realtime checks while working, it is recommended that you take one of the following options.
This option is detailed exhaustively in the documentation for CLOMonitor, which can be found on the website here or the project repo here. This process may require a bit of effort, but will give you a complete CLOMonitor web service locally that is identical to the web platform that runs scheduled checks.
This is probably the best option, though it took me a bit of prodding before I wasn't missing any details. I included instructions to get it running quickly in clomonitor-dockerized-local.md
on this gist.
This can be helpful once you've gotten far enough to add automated checks.
I've included github-clomonitor-ci.yml
below as reference for this.