rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 28 forks source link

Add unused images pre-commit check #416

Closed jacobtomlinson closed 3 weeks ago

jacobtomlinson commented 3 weeks ago

Inspired by @jameslamb's housekeeping in #415 I thought I'd add a little pre-commit hook that checks for unused images. This way if we clean up pages in the future without removing images they will get flagged when committing.

This also caught another unused image.

jacobtomlinson commented 3 weeks ago

Great suggestion thanks @jameslamb