threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.32k stars 480 forks source link

Add CI for pre-commit #176

Closed shinya7y closed 1 year ago

shinya7y commented 1 year ago

I would like to add CI to check pre-commit automatically.

Approving workflow runs may be needed to see CI results. https://github.com/shinya7y/threestudio/commits/ci-pre-commit shows the CI results before (4eea072) and after (1718d20) pre-commit run --all-files.

bennyguo commented 1 year ago

Looks great! I've considered adding CI but haven't got time to do it. Thanks for helping out!

bennyguo commented 1 year ago

It looks like I need to set up CI for this repo.

Works like a charm :) Thank you @shinya7y !

image