-
Notifications
You must be signed in to change notification settings - Fork 186
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
Sync up with lint workflow in r-lib/actions
#1559
Conversation
|
||
- name: Install package | ||
run: R CMD INSTALL . | ||
r-lib/lintr |
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.
This is the only deviation from what's in the standard example workflow for linting.
I think we should always be linting with the latest GitHub version of {lintr}
.
branches: | ||
- main | ||
- master | ||
branches: [main, master] |
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.
any reason to keep master
here? just to keep perfectly synced with the upstream source?
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.
Yes, no other reason. Can also remove it. Fine either way.
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.
SGTM, thanks for clarifying
No description provided.