style and docs: run devtools::document() and styler::style_pkg() #58
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 | |
on: | |
workflow_dispatch: | |
push: | |
branches: [main] | |
paths-ignore: | |
- '.github/**' | |
- 'docs/**' | |
- '**.md' | |
- '**.MD' | |
- '.gitignore' | |
- '.Rbuildignore' | |
- 'JOSS/**' | |
name: call-doc-and-style-r | |
jobs: | |
call-workflow: | |
uses: nmfs-fish-tools/ghactions4r/.github/workflows/doc-and-style-r.yml@main | |
with: | |
run-rm_dollar_sign: true | |