Skip to content

Migrate CI to GitHub Actions#463

Merged
jwildfire merged 29 commits intodevfrom
gh-actions
Feb 10, 2021
Merged

Migrate CI to GitHub Actions#463
jwildfire merged 29 commits intodevfrom
gh-actions

Conversation

@jwildfire
Copy link
Contributor

@jwildfire jwildfire commented Dec 15, 2020

Overview

This PR:

  • Sets up Github Action that runs package checks on PRs and Pushes to dev and master (surprisingly easy!)
  • Clear all checks (not surprisingly a pain).

Fixes #462 #488

Test notes

Make sure the app runs as expected and that all checks and tests pass locally.

@jwildfire jwildfire self-assigned this Feb 5, 2021
Copy link
Contributor

@elimillera elimillera left a comment

Choose a reason for hiding this comment

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

One comment in the DESCRIPTION but otherwise this looks great!

person("James","Buchanan", role="aut"),
person("Susan","Duke", role="aut"),
person("Interactive Safety Graphics Working Group", role = "aut"),
person("Rho Inc.", role = "cph"))
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe we need to list the copyright holder from the LICENSE if its not going to be the maintainers. CRAN will reject a package if the copyright holder isn't noted in the description

Copy link
Contributor Author

@jwildfire jwildfire Feb 10, 2021

Choose a reason for hiding this comment

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

Thanks for the heads up, @elimillera. I filed #497 to deal with this before release.

@jwildfire jwildfire merged commit b0623f4 into dev Feb 10, 2021
@jwildfire jwildfire deleted the gh-actions branch May 24, 2021 12:46
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.

Migrate from Travis to GH Actions

2 participants