-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use file names as workflow names #888
Conversation
To make it easier to match workflow runs to workflow files. `usethis::use_github_action()` renames the files starting with `check-` to `R-CMD-check.yaml` by default, so we anticipate that here, except for the no-suggests workflow.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2-branch #888 +/- ##
==========================================
Coverage 83.33% 83.33%
==========================================
Files 3 3
Lines 12 12
==========================================
Hits 10 10
Misses 2 2 ☔ View full report in Codecov by Sentry. |
Deploying actions with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it
This now leads to the |
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this pull request. |
To make it easier to match workflow runs to workflow files.
usethis::use_github_action()
renames the files starting withcheck-
toR-CMD-check.yaml
by default, so we anticipate that here, except for the no-suggests workflow.