Replies: 3 comments 8 replies
-
This is a question I’ve received a few times and I think it’s time I had a look at how to do this. I’m going to cobble together a workflow that operates on PRs and signals failure when certain validation conditions are unmet. Thanks for getting the discussion going on this :) |
Beta Was this translation helpful? Give feedback.
-
I saw a great talk by Albert Kim recently about using continuous integration for data QA/QC in ecology that reminded me of this discussion. Maybe their repo can be of some inspiration? https://github.com/SCBI-ForestGEO/Dendrobands I think maybe the simplest thing would be to have github actions render a .Rmd to a github pages hosted website. |
Beta Was this translation helpful? Give feedback.
-
Hi @Aariq How did you end up going with this implementation? Coincidentally I'm working on using My plan is to generate a report based on interrogating some pointblank agents within parameterised quarto markdown files. These will be in the GitHub flavoured markdown format. I'll run calls to render the parameterised reports using GitHub Actions. The report containing some suggested fixes and a summary of problems to be manually fixed will then be readable in the GitHub repo on the web. Another idea I had was to create an issue from the rendered GitHub flavoured .md file using the create gh issue from file action. As for running formal tests with Cheers, |
Beta Was this translation helpful? Give feedback.
-
I'm working on a project with data from a long term experiment, and an end goal would be the ability to add new data as a pull request and have a pointblank agent run an interrogation automatically in the way that tests are typically run on pull requests. I'm not exactly sure how to go about doing this with github actions though. Has anyone written an action like this yet that I could look at?
Beta Was this translation helpful? Give feedback.
All reactions