Skip to content

Commit

Permalink
Merge pull request #138 from k-doering-NOAA/update-ghactions
Browse files Browse the repository at this point in the history
replace update-docs with doc and style workflow
  • Loading branch information
chantelwetzel-noaa authored Jul 15, 2024
2 parents cd9ab39 + 38945e4 commit b867737
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/call-doc-and-style-r.yml
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

11 changes: 0 additions & 11 deletions .github/workflows/call-update-docs.yml

This file was deleted.

0 comments on commit b867737

Please # to comment.