Skip to content
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

Merged
merged 4 commits into from
Sep 28, 2022
Merged

Conversation

IndrajeetPatil
Copy link
Collaborator

No description provided.


- name: Install package
run: R CMD INSTALL .
r-lib/lintr
Copy link
Collaborator Author

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]
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM, thanks for clarifying

@MichaelChirico MichaelChirico merged commit 00ff659 into main Sep 28, 2022
@MichaelChirico MichaelChirico deleted the lint_same_as_actions branch September 28, 2022 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants