Update DESCRIPTION to r4ss main branch #71
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
# document and style using reusable workflow | |
# This workflow runs devtools::document and styler::style_active_package(), then opens a pull request to the branch | |
# That started the workflow with the changes | |
name: call-doc-and-style-r | |
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows | |
on: | |
pull_request: | |
jobs: | |
call-workflow: | |
uses: nmfs-fish-tools/ghactions4r/.github/workflows/doc-and-style-r.yml@main | |
with: | |
run-rm_dollar_sign: true | |
commit-directly: true |