diff --git a/.github/workflows/call-style-description.yml b/.github/workflows/call-style-description.yml deleted file mode 100644 index b5fd16b..0000000 --- a/.github/workflows/call-style-description.yml +++ /dev/null @@ -1,17 +0,0 @@ -# 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: - branches: [main, master] - paths: - - 'DESCRIPTION' -jobs: - call-workflow: - uses: nmfs-fish-tools/ghactions4r/.github/workflows/style-description.yml@main diff --git a/.github/workflows/call-style.yml b/.github/workflows/call-style.yml deleted file mode 100644 index 56e00ef..0000000 --- a/.github/workflows/call-style.yml +++ /dev/null @@ -1,12 +0,0 @@ -# use styler::style_active_package() to style code and open any changes as a pull request to the branch that started the workflow -name: call-style -# 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: - # Runs the workflow on each push to the main or master branch: - push: - branches: [main, master] -jobs: - call-workflow: - uses: nmfs-fish-tools/ghactions4r/.github/workflows/style-r-code.yml@main diff --git a/.github/workflows/call-update-docs.yml b/.github/workflows/call-update-docs.yml deleted file mode 100644 index e2d83de..0000000 --- a/.github/workflows/call-update-docs.yml +++ /dev/null @@ -1,11 +0,0 @@ -# run devtools::document and open any changes as a pull request to the branch that started the workflow -name: call-update-docs -on: -# workflow_dispatch requires pushing a button to run the workflow manually. uncomment the following line to add: - #workflow_dispatch: - # Runs the workflow on each push to the main or master branch: - push: - branches: [main, master] -jobs: - call-workflow: - uses: nmfs-fish-tools/ghactions4r/.github/workflows/update-roxygen-docs.yml@main