Closes #2140 tmp_event_nr_var: Add tmp_event_nr_var to derive_extreme_event() #1656
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" |