Auto-generate non-empty (e.g., BAMA) report skeletons (PDF and docx) using GitHub actions
Closed this issue · 1 comments
kelliemac commented
Create a GitHub action that does the following, for every pull request issued to main/master/develop, to verify that proposed changes result in report skeletons that look as expected:
- Creates a skeleton VISC analysis project (on the GitHub servers)
- Initializes standard reports (e.g., BAMA)
- Compiles all reports to both PDF and docx
- Saves PDF and docx report files as artifacts that can be viewed on GitHub to see how the skeleton PT report formatting looks (prior to study-specific customization)
Steps 1 and 2 would follow the steps in the existing package vignettes. Steps 3 and 4 would follow the steps in the existing GitHub action that renders a visc_empty skeleton report.