Please wait for some discussion of your request before making a Pull Request.
Is your feature request related to a problem? Please describe.
Many are using GitHub Actions for CI. For researchers, the ability to test on many systems with a single CI framework and script could lower the barrier to understanding their codes behaviour on different systems.
Describe the solution you'd like
Create a new use_github_action function based on usethis::use_github_action (I believe still only available in devel) (perhaps with a more limited build matrix by default) and translate the Travis build workflow.
** Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Please wait for some discussion of your request before making a Pull Request.
Is your feature request related to a problem? Please describe.
Many are using GitHub Actions for CI. For researchers, the ability to test on many systems with a single CI framework and script could lower the barrier to understanding their codes behaviour on different systems.
Describe the solution you'd like
Create a new
use_github_actionfunction based onusethis::use_github_action(I believe still only available in devel) (perhaps with a more limited build matrix by default) and translate the Travis build workflow.** Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.