try error instead #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |