openpharma / staged.dependencies

R package to implement development stages for package development
https://openpharma.github.io/staged.dependencies/
MIT License
12 stars 3 forks source link

check_yaml_consistent add argument to only check initial repo #155

Open nikolas-burkoff opened 2 years ago

nikolas-burkoff commented 2 years ago

At the moment check_yaml_consistent is checking for the consistency of the whole graph (suitable for say an integration test of a project) but on a single PR into a repo, it may be more beneficial to check the consistency of only that package's DESC and yaml (up and downstream) files