-
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.
Merge pull request #138 from k-doering-NOAA/update-ghactions
replace update-docs with doc and style workflow
- Loading branch information
Showing
2 changed files
with
12 additions
and
11 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,12 @@ | ||
# document and style R code using a reusable workflow | ||
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: | ||
# workflow_dispatch requires pushing a button to run the workflow manually. uncomment the following line to add: | ||
workflow_dispatch: | ||
push: | ||
branches: [main] | ||
jobs: | ||
call-workflow: | ||
uses: nmfs-fish-tools/ghactions4r/.github/workflows/doc-and-style-r.yml@main | ||
|
This file was deleted.
Oops, something went wrong.