diff --git a/.github/workflows/call-style-description.yml b/.github/workflows/call-style-description.yml new file mode 100644 index 0000000..402b334 --- /dev/null +++ b/.github/workflows/call-style-description.yml @@ -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 \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index ee995a5..2a03479 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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, @@ -26,3 +24,5 @@ Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 +Imports: + usethis \ No newline at end of file