NOAA-GFDL / fre-cli

Python-based command line interface for FRE (FMS Runtime Environment) to compile and run FMS-based models and post-process their output.
GNU Lesser General Public License v3.0
3 stars 7 forks source link

make `pylint` output more easily accessible in CI/CD #138

Closed ilaflott closed 1 month ago

ilaflott commented 1 month ago

Describe your changes

this runs pylint as part of the conda env create check, in a separate workflow from conda build routines. it lets the pylint feedback be accessed with a single click- see checks on this PR!

Checklist before requesting a review