NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
21 stars 19 forks source link

Add GitHub Actions #97

Closed TeaganKing closed 1 month ago

TeaganKing commented 1 month ago

We should include github actions in order to ensure that code contributed to the repository adheres to expected formatting and is readable.

An example from @mnlevy1981 : "FEISTY (python-based fish model) uses pre-commit (configured with this yaml file), and then has a Github Action that runs the pre-commit tests."