Closes #2142 Supersede get_summary_records()
and enhance derive_summary_records()
#1662
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Check Templates | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- main | |
- patch | |
jobs: | |
templates: | |
name: Check Templates | |
uses: pharmaverse/admiralci/.github/workflows/check-templates.yml@main | |
if: github.event_name == 'pull_request' | |
with: | |
r-version: "4.1" |