Hi John, I've been using include_action_check() but it kept failing because of this line (see this action for example):
|
run: Rscript -e "packer:::are_minified('inst')" |
I had to replace it by packer:::are_minified_r('inst/packer') for it to work. I'm not sure if this is due to your template or because my setup was wrong. In case it's useful, here's my packer GHA: https://github.com/etiennebacher/conductor/blob/master/.github/workflows/packer-check.yml
Hi John, I've been using
include_action_check()but it kept failing because of this line (see this action for example):packer/inst/hooks/check.yml
Line 44 in 815e85a
I had to replace it by
packer:::are_minified_r('inst/packer')for it to work. I'm not sure if this is due to your template or because my setup was wrong. In case it's useful, here's my packer GHA: https://github.com/etiennebacher/conductor/blob/master/.github/workflows/packer-check.yml