GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
747 stars 216 forks source link

Add a GitHub Action to check PR size #521

Closed seisman closed 3 years ago

seisman commented 4 years ago

Description of the desired feature

PyGMT needs to store baseline images for testing, but we definitely don't want to include large images, which may significant increase the whole repository size.

We need a github action to automatically check file sizes in each PR and warn us if any files are too large.

Are you willing to help implement and maintain this feature? Yes, but help are welcomed.

seisman commented 3 years ago

To keep the repository size small, we decide not to store baseline images in the repository. Thus, it seems unnecessary to check PR sizes. Closing the issue.