Render GitHub workflows for generated projects#41
Merged
Conversation
Member
|
@mcflugen Sweet! Thanks for doing this. I'll try re-rendering a Fortran project to see how it works. |
* Combine install of build and library requirements This helps prevent incompatibilities. * Update status badges Remove Travis and old black badges, replacing them with test, lint, and black badges from GitHub Actions. * Only lint and format package directory Also changed job name in Black to "format". * Use 'args' to remove warning * Run black on entire project, not just package directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds GitHub Actions workflow files for continuous integration (and removes Travis config files) of the generated project. There are actions that build and test the new project as well as lint, and build the docs.
I've cleaned up the command line interface somewhat but removing required arguments and changed to default for
babelize generateto be not to prompt.