-
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: add call-spell-check.yml from {ghactions4r} into the FIMS GHA …
…workflows related to #662 Co-authored-by: Jane Sullivan <[email protected]> Co-authored-by: Kathryn Doering <[email protected]>
- Loading branch information
1 parent
cb74a3f
commit 7078811
Showing
4 changed files
with
75 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
AgeComp | ||
Arith | ||
Beverton | ||
CMD | ||
Codecov | ||
FIMSFrame | ||
Fmort | ||
Github | ||
Lifecycle | ||
LogisticMaturity | ||
LogisticMaturityInterface | ||
LogisticSelectivity | ||
NOAA | ||
ParameterVector | ||
Rcpp | ||
SetAgeCompLikelihood | ||
SetIndexLikelihood | ||
SetObservedAgeCompData | ||
SetObservedIndexData | ||
TMB | ||
al | ||
catchability | ||
codebase | ||
cov | ||
cummax | ||
cumprod | ||
cumsum | ||
cyclomatic | ||
devs | ||
digamma | ||
eg | ||
et | ||
expm | ||
fims | ||
fimsframe | ||
functors | ||
github | ||
grey | ||
hpp | ||
lgamma | ||
lm | ||
nages | ||
nyears | ||
popdy | ||
precompiled | ||
rapidjson | ||
rcpp | ||
repo | ||
rzero | ||
setSelectivity | ||
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