Skip to content

Commit

Permalink
tmp: test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored Jul 12, 2024
1 parent 2358734 commit 972bbc7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/call-style-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# use usethis::use_tidy_description() to style DESCRIPTION file and open any
# changes as a pull request to the branch that started the workflow
name: call-style-description
# 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 allows for pushing a button to run the workflow manually
# push runs the workflow on branches listed in square brackets
# uncomment the following line to add manual capabilities
#workflow_dispatch:
push:
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/style-description.yml@issue_126
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Authors@R: c(
Description: Provides functions to allow users to set up github action
workflows related to R packages.
License: CC0
Imports:
usethis
Suggests:
dplyr,
knitr,
Expand All @@ -26,3 +24,5 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
usethis

0 comments on commit 972bbc7

Please sign in to comment.