Skip to content

put in some mods to vignette #22

put in some mods to vignette

put in some mods to vignette #22

Workflow file for this run

# 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