IDEA: GirHub action for validating your own packages.json #373
HenrikBengtsson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often find myself doing silly mistakes when setting up my packages.json, e.g. using the wrong
url
, forgettingsubdir
, or using the wrongbranch
.It's really hard to troubleshoot such mistakes - yet, know that you should troubleshoot them.
Having a GitHub action, or a job template for doing basic validation of the packages.json file could validate each package config and make sure an R package is truly found at the specified location.
Beta Was this translation helpful? Give feedback.
All reactions