dtcenter / METdataio

https://metdataio.readthedocs.io/en/latest/index.html
Apache License 2.0
5 stars 3 forks source link

Consider using only .yml or only .yaml extensions #272

Open jprestop opened 7 months ago

jprestop commented 7 months ago

Describe the Task

When working on #264 it was noted that there are both .yml files and .yaml files, in the repository, which was a source of some confusion. Considering renaming files (and changing any references to those files) for consistency.

jpresto$ find . -name "*yml"
./.github/workflows/release-checksum.yml
./.github/workflows/unit_tests.yml
./.github/workflows/trigger_metplus.yml
./.github/workflows/compare_db.yml
./.github/workflows/main.yml
./.github/workflows/documentation.yml

jpresto$ find . -name "*yaml"
./METdbLoad/sql/scripts/data_loading_config.yaml
./METreadnc/test/test_readnc_env.yaml
./METreadnc/test/test_readnc.yaml
./METreadnc/util/read_netcdf.yaml
./METreformat/test/SL1L2.yaml
./METreformat/test/VCNT.yaml
./METreformat/test/CNT.yaml
./METreformat/test/FHO.yaml
./METreformat/test/CTS.yaml
./METreformat/test/PCT_ROC.yaml
./METreformat/test/ECNT.yaml
./METreformat/test/MCTS.yaml
./METreformat/test/RHIST.yaml
./METreformat/test/CTC.yaml
./METreformat/test/VL1L2.yaml
./METreformat/ECNT.yaml
./METreformat/reformat_stat.yaml
./.github/workflows/vulnerabilities.yaml
./.readthedocs.yaml

Time Estimate

1 to 3 days of work.

Sub-Issues

Consider breaking the task down into sub-issues.

Relevant Deadlines

NONE

Funding Source

TBD

Define the Metadata

Assignee

Labels

Projects and Milestone

Define Related Issue(s)

Consider the impact to the other METplus components.

Task Checklist

See the METplus Workflow for details.

mollybsmith-noaa commented 2 months ago

This is done for METdataio

JohnHalleyGotway commented 1 week ago

Please make this same change to the GitHub action workflow names in the main_v2.1 branch to make the GHA workflow dispatch options more clear.

jpresto$ find . -name "*yml"
./.github/workflows/release-checksum.yml
./.github/workflows/unit_tests.yml
./.github/workflows/trigger_metplus.yml
./.github/workflows/compare_db.yml
./.github/workflows/main.yml
./.github/workflows/documentation.yml