Closes #1984 Allowing missing trt end date in derive_var_ontrtfl()
#1231
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 | |
- devel | |
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" |