-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Adds call-spell-check.yml from {ghactions4r}
Performed in the FIMS GHA workflows Fixes the double space was causing roxygen2 to render the file with @Seealso rather than interpreting the @ as a tag. This caused seealso to be needed in the WORDLIST. Changes proirs to priors in c++ documentation related to #662 Co-authored-by: Jane Sullivan <[email protected]> Co-authored-by: Kathryn Doering <[email protected]>
- Loading branch information
1 parent
cb74a3f
commit 3eda154
Showing
7 changed files
with
81 additions
and
15 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# run devtools::spell_check() | ||
name: call-spell-check | ||
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows | ||
on: | ||
# this workflow runs on pushing to main, pull requests to main, and manually. | ||
push: | ||
branches: | ||
- main | ||
- dev | ||
pull_request: | ||
branches: | ||
- main | ||
- dev | ||
workflow_dispatch: | ||
jobs: | ||
call-workflow: | ||
uses: nmfs-fish-tools/ghactions4r/.github/workflows/spell-check.yml@main |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Arith | ||
Beverton | ||
CMD | ||
Codecov | ||
FIMSFit | ||
FIMSFrame | ||
Github | ||
JSON | ||
Lifecycle | ||
LogEntry | ||
LogisticMaturity | ||
LogisticMaturityInterface | ||
NOAA | ||
ParameterVector | ||
Rcpp | ||
TMB | ||
agecomp | ||
al | ||
codebase | ||
cov | ||
cummax | ||
cumprod | ||
cumsum | ||
cyclomatic | ||
digamma | ||
doxygen | ||
eg | ||
et | ||
expm | ||
fims | ||
fimsframe | ||
functors | ||
github | ||
grey | ||
hpp | ||
lengthcomp | ||
lgamma | ||
lm | ||
popdy | ||
pre | ||
precompiled | ||
rapidjson | ||
rcpp | ||
repo | ||
sdreport | ||
stan | ||
tabset | ||
testthat | ||
trigamma | ||
trunc |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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