Closed Stefan-Doering-BI closed 9 months ago
Hi @Stefan-Doering-BI, I know why the artifacts are still PDF documents: you forked from my repository where I applied the original thevalidatoR action to the target package and a matrix of dependencies. Consequently, in .github/workflows/val-pipeline.yaml, the "validation" step of the jobs "val-pipeline-target" and "val-pipeline-dependencies" use the action from the original repository: insightsengineering/thevalidatoR@v1. To use the updated action (and thus your own R scripts) in your forked repository, replace it by "./" (the action.yml file at the root of your repo). This should be enough to have the JSON files uploaded as artifacts.
Added json schema definition file for validation report.