Skip to content

Commit

Permalink
add doc_and_style workflow from ghactions4r
Browse files Browse the repository at this point in the history
  • Loading branch information
iantaylor-NOAA committed May 30, 2024
1 parent e46dc16 commit 5cb6dac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/call-doc-and-style-r.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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:
push:
branches: [main]
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/doc-and-style-r.yml@main

0 comments on commit 5cb6dac

Please sign in to comment.