Paste tmp_vals_2 back into calc_par_trend function #248
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
# Run r cmd check | |
on: | |
push: | |
paths-ignore: | |
- '.github/**' | |
- 'docs/**' | |
- '**.md' | |
- '**.MD' | |
- '.gitignore' | |
- '.Rbuildignore' | |
- 'JOSS/**' | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
# This should run the default branch weekly on sunday | |
- cron: '0 0 * * 0' | |
name: call-r-cmd-check | |
jobs: | |
call-workflow: | |
uses: nmfs-fish-tools/ghactions4r/.github/workflows/r-cmd-check.yml@main |