Closes #2154 fix_dthcaus: fix derive_var_dthcaus() #1601
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" |